Browse Source

Merge pull request #837 from meriadec/fix-cv-chart-refresh

Update balance summary hash to be refreshed after fetching cv
master
Gaëtan Renaudeau 7 years ago
committed by GitHub
parent
commit
2e2c65ec5f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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