diff --git a/src/components/search/SearchBar.tsx b/src/components/search/SearchBar.tsx index 678e69925..112a87958 100644 --- a/src/components/search/SearchBar.tsx +++ b/src/components/search/SearchBar.tsx @@ -116,7 +116,7 @@ const SearchBar = ({ onCardClick }: { onCardClick?: () => void }) => { {/* Search Results */} {isInputFocused && searchTerm.length > 0 && ( -
+
{renderSearchResults()}
)}