Closed KayBeSee closed 4 years ago
This refactors all the accountMap and currentAccount information to use Context instead of prop drilling from App.js.
accountMap
currentAccount
App.js
As a side effect, it fixes a few UI bugs when initially loading in accountMap data at app startup and during data refreshing.
This refactors all the
accountMap
andcurrentAccount
information to use Context instead of prop drilling fromApp.js
.As a side effect, it fixes a few UI bugs when initially loading in accountMap data at app startup and during data refreshing.