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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/CalculateBalance.js
|
|
@ -79,7 +79,7 @@ const mapStateToProps = (state: State, props: OwnProps) => { |
|
|
|
balanceHistory, |
|
|
|
balanceStart: balanceHistory[0].value, |
|
|
|
balanceEnd, |
|
|
|
hash: `${balanceHistory.length}_${balanceEnd}`, |
|
|
|
hash: `${balanceHistory.length}_${balanceEnd}_${isAvailable.toString()}`, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|