From fa540c046d126449f77e46edd379bbc84e02d05d Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 26 Jun 2021 00:00:54 +0800 Subject: ... --- FrontEnd/src/views/search/index.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'FrontEnd/src/views/search/index.tsx') diff --git a/FrontEnd/src/views/search/index.tsx b/FrontEnd/src/views/search/index.tsx index e849a95d..509fd8c0 100644 --- a/FrontEnd/src/views/search/index.tsx +++ b/FrontEnd/src/views/search/index.tsx @@ -1,6 +1,5 @@ import React from "react"; import { useTranslation } from "react-i18next"; -import { Container, Row } from "react-bootstrap"; import { useHistory, useLocation } from "react-router"; import { Link } from "react-router-dom"; @@ -80,8 +79,8 @@ const SearchPage: React.FC = () => { }, [queryParam, forceResearchKey]); return ( - - +
+
{ } }} /> - +
{(() => { switch (state) { case "init": { @@ -123,7 +122,7 @@ const SearchPage: React.FC = () => { } } })()} - +
); }; -- cgit v1.2.3