aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/components/InvestorInfo.js
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-20 01:01:02 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-20 01:01:02 -0400
commitd798737f0c5e00ef39b8695297f41d93922b3ad5 (patch)
treeccfda105d19060faaca09a5a342dcee3b465d74f /react-frontend/src/components/InvestorInfo.js
parent56532c3d09b162390602af0f94c78ade0d6181e2 (diff)
Quick search feature and some restructuring.
Diffstat (limited to 'react-frontend/src/components/InvestorInfo.js')
-rw-r--r--react-frontend/src/components/InvestorInfo.js2
1 files changed, 1 insertions, 1 deletions
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 (
- <div className="Chosen-user" hidden={props.isSelected}>
+ <div className="Chosen-user" hidden={false}>
hi
</div>
);