aboutsummaryrefslogtreecommitdiff
path: root/react-frontend/src/components/InvestorInfo.js
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-20 03:37:05 -0400
committerMichael Foiani <sotech117@michaels-mbp-3.lan>2021-04-20 03:37:05 -0400
commit629c77c110042d5160f5218bee54f76b81c4dad2 (patch)
tree18c51cceb23c38cbbedf27156a88bb7f9ca88395 /react-frontend/src/components/InvestorInfo.js
parenta27719a709dd3082850f00f25e1275233807209d (diff)
Multiple state changes and efficiency fixes.
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));
};