aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/components/InvestorInfo.js
diff options
context:
space:
mode:
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>
);