From ea432d2c59a1ef65343f2085bf4b02bd1937abcf Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Tue, 20 Apr 2021 01:16:05 -0400 Subject: Making the master frontend stable. --- react-frontend/src/components/HubWidget.js | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) (limited to 'react-frontend/src/components/HubWidget.js') diff --git a/react-frontend/src/components/HubWidget.js b/react-frontend/src/components/HubWidget.js index a4560fe..7707ee9 100644 --- a/react-frontend/src/components/HubWidget.js +++ b/react-frontend/src/components/HubWidget.js @@ -6,28 +6,29 @@ import InvestorInfo from "./InvestorInfo.js"; // CSS import import '../css/UserCheckin.css'; import HubList from "./HubList.js"; -import Search from "./Search.js"; +import HubSearch from "./HubSearch.js"; /** * Component that build the checkin list and displays checkin info. * @returns {import('react').HtmlHTMLAttributes} A div with the hubs * in a vertical layout. */ -function HudWidget(props) { +function HubWidget(props) { return ( -
-
-

Suspicion Ranks

- + <> +
+
+

Suspicion Ranks

+ +
+
- -
+ ); } -- cgit v1.2.3-70-g09d2