From 4cd5f487f1124e396ec614a74dd76f6d05723e32 Mon Sep 17 00:00:00 2001 From: Abdurrahman Rajab Date: Thu, 24 Aug 2023 12:12:56 +0300 Subject: [PATCH] fix: remove search keyowrd from serach results --- src/components/SearchBar/Hits.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchBar/Hits.tsx b/src/components/SearchBar/Hits.tsx index 55f92db..74c66cd 100644 --- a/src/components/SearchBar/Hits.tsx +++ b/src/components/SearchBar/Hits.tsx @@ -40,7 +40,7 @@ const CustomHits = ({ searchState, searchResults }: any) => { > {hits.map((hit: any) => (
  • - + {hit.full_name}