From d798737f0c5e00ef39b8695297f41d93922b3ad5 Mon Sep 17 00:00:00 2001 From: Michael Foiani Date: Tue, 20 Apr 2021 01:01:02 -0400 Subject: Quick search feature and some restructuring. --- react-frontend/src/components/InvestorInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'react-frontend/src/components/InvestorInfo.js') diff --git a/react-frontend/src/components/InvestorInfo.js b/react-frontend/src/components/InvestorInfo.js index d368984..88d0dc0 100644 --- a/react-frontend/src/components/InvestorInfo.js +++ b/react-frontend/src/components/InvestorInfo.js @@ -57,7 +57,7 @@ function InvestorInfo(props) { useEffect(() => getInfo(), [props.name, props.isSelected, props.personId]) return ( -