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 703c4c6..ca6e501 100644
--- a/react-frontend/src/components/InvestorInfo.js
+++ b/react-frontend/src/components/InvestorInfo.js
@@ -42,7 +42,7 @@ function InvestorInfo(props) {
})
.then((data) => {
console.log(data);
- setInfo(data);
+ //setInfo(data);
})
.catch((err) => console.log(err));
};