From 03faa429f9342b4b5aa15d870b4e86ee5bf41650 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Wed, 20 Mar 2024 18:26:59 +0000 Subject: fix(web): Greatly improve the search feeling by removing the flicker --- apps/web/app/dashboard/search/page.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'apps/web/app/dashboard/search') diff --git a/apps/web/app/dashboard/search/page.tsx b/apps/web/app/dashboard/search/page.tsx index 76d23af2..26b984a7 100644 --- a/apps/web/app/dashboard/search/page.tsx +++ b/apps/web/app/dashboard/search/page.tsx @@ -17,14 +17,7 @@ function SearchComp() {

- {data ? ( - b.id) }} - bookmarks={data} - /> - ) : ( - - )} + {data ? : }
); } -- cgit v1.2.3-70-g09d2