Skip to content

Commit

Permalink
Merge pull request #3659 from LiskHQ/3656-fix-vote-value-update
Browse files Browse the repository at this point in the history
Update wallet/vote tab when votes changed - Closes  #3656
  • Loading branch information
reyraa authored Jun 30, 2021
2 parents 639c4fd + d8c9abb commit 4069538
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/screens/wallet/votes/voteRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const VoteRow = ({
/* istanbul ignore next */
const areEqual = (prevProps, nextProps) => (
prevProps.data.address === nextProps.data.address
&& prevProps.data.amount === nextProps.data.amount
&& (!!prevProps.accounts[nextProps.data.address]
|| !nextProps.accounts[nextProps.data.address])
);
Expand Down

0 comments on commit 4069538

Please sign in to comment.