diff --git a/client/components/SearchForm.tsx b/client/components/SearchForm.tsx index 179c686..1f300b4 100644 --- a/client/components/SearchForm.tsx +++ b/client/components/SearchForm.tsx @@ -90,7 +90,7 @@ export function SearchForm({ query, updateQuery }: SearchFormProps) { const debouncedStartSearching = debounce(startSearching, 500); const showUpgradeModal = () => { - setModalShown(true); + setModalShown(true); // Prevent showing the modal multiple times toast.custom(