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/HubList.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'react-frontend/src/components/HubList.js') diff --git a/react-frontend/src/components/HubList.js b/react-frontend/src/components/HubList.js index 6d0b3e1..aab7c23 100644 --- a/react-frontend/src/components/HubList.js +++ b/react-frontend/src/components/HubList.js @@ -37,13 +37,6 @@ function HubList(props) { // React hook that updates when the hubs are recalculated useEffect(() => updateHubItems(), [props.data]); - //React hook to show data for an investor - useEffect(() => { - setIsSelected(true); - getName(); - console.log("DEVLOG"); - }, [props.selected]); - return ; } -- cgit v1.2.3-70-g09d2