diff --git a/src/components/Search.tsx b/src/components/Search.tsx index 92096cb..3f05ae2 100644 --- a/src/components/Search.tsx +++ b/src/components/Search.tsx @@ -67,7 +67,7 @@ export default function SearchBar({ searchList }: Props) { /> - {searchResults && searchResults.length > 0 && ( + {inputVal.length > 1 && (