Browse Source

Update balance summary hash to be refreshed after fetching cv

master
meriadec 7 years ago
parent
commit
8ddcda7ebc
No known key found for this signature in database GPG Key ID: 1D2FC2305E2CB399
  1. 2
      src/components/CalculateBalance.js

2
src/components/CalculateBalance.js

@ -79,7 +79,7 @@ const mapStateToProps = (state: State, props: OwnProps) => {
balanceHistory, balanceHistory,
balanceStart: balanceHistory[0].value, balanceStart: balanceHistory[0].value,
balanceEnd, balanceEnd,
hash: `${balanceHistory.length}_${balanceEnd}`, hash: `${balanceHistory.length}_${balanceEnd}_${isAvailable.toString()}`,
} }
} }

Loading…
Cancel
Save