From 343f466788abc308b91a414ef61bba816ac8875c Mon Sep 17 00:00:00 2001 From: sct Date: Sun, 27 Dec 2020 15:31:18 +0000 Subject: [PATCH] fix(frontend): search clear button now correctly triggers routing --- src/components/Layout/SearchInput/index.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/Layout/SearchInput/index.tsx b/src/components/Layout/SearchInput/index.tsx index 643235ae8..3dde6345f 100644 --- a/src/components/Layout/SearchInput/index.tsx +++ b/src/components/Layout/SearchInput/index.tsx @@ -11,14 +11,14 @@ const SearchInput: React.FC = () => { const intl = useIntl(); const { searchValue, setSearchValue, setIsOpen, clear } = useSearchInput(); return ( -
-
+
+
- + {