Skip to content

Commit

Permalink
Add helpful comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 6, 2024
1 parent fac7f9a commit bf5bfa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/SearchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(
<div
Expand Down

0 comments on commit bf5bfa5

Please sign in to comment.