Browse Source
Update balance summary hash to be refreshed after fetching cv
master
meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
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()}`, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|