From c59206217c036db965b557f0215756cb2d6496ad Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Thu, 28 Dec 2023 16:34:44 -0800 Subject: [PATCH] fix: remove always show toast --- components/search/search.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/search/search.tsx b/components/search/search.tsx index 825151c..c1db16f 100644 --- a/components/search/search.tsx +++ b/components/search/search.tsx @@ -181,7 +181,7 @@ const Search = () => { const numSearches = gezSearches ? parseInt(gezSearches) : 0; - if (true || (!dismissedRecently && numSearches > 2)) { + if (!dismissedRecently && numSearches > 2) { toast({ title: "Enjoying GE-Z?", description: