diff options
author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 03:37:05 -0400 |
---|---|---|
committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-20 03:37:05 -0400 |
commit | 629c77c110042d5160f5218bee54f76b81c4dad2 (patch) | |
tree | 18c51cceb23c38cbbedf27156a88bb7f9ca88395 /react-frontend/src/components/HubWidget.js | |
parent | a27719a709dd3082850f00f25e1275233807209d (diff) |
Multiple state changes and efficiency fixes.
Diffstat (limited to 'react-frontend/src/components/HubWidget.js')
-rw-r--r-- | react-frontend/src/components/HubWidget.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/react-frontend/src/components/HubWidget.js b/react-frontend/src/components/HubWidget.js index 7707ee9..de0ae32 100644 --- a/react-frontend/src/components/HubWidget.js +++ b/react-frontend/src/components/HubWidget.js @@ -25,7 +25,7 @@ function HubWidget(props) { </div> <InvestorInfo personId={props.selected} - selectedId={props.selected} + selectedId={props.selectedId} dates={props.dates} ></InvestorInfo> </> |