From b468fd9a0119b97d1ecc1090a028975e917aa75f Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 26 Jun 2021 18:50:27 +0800 Subject: ... --- FrontEnd/src/views/common/SearchInput.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'FrontEnd/src/views/common/SearchInput.tsx') diff --git a/FrontEnd/src/views/common/SearchInput.tsx b/FrontEnd/src/views/common/SearchInput.tsx index ccb6dad6..79eb2732 100644 --- a/FrontEnd/src/views/common/SearchInput.tsx +++ b/FrontEnd/src/views/common/SearchInput.tsx @@ -38,14 +38,15 @@ const SearchInput: React.FC = (props) => { ); return ( -
- = (props) => { )} - + ); }; -- cgit v1.2.3