Skip to content

Commit

Permalink
Update BallotListItem
Browse files Browse the repository at this point in the history
  • Loading branch information
TusharKarkera22 committed Apr 7, 2024
1 parent cd6110b commit 012429d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/trails/ballots/components/BallotListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export default {
this.$nextTick(() => {
const votedChip = this.$refs.votedChip;
if (votedChip) {
votedChip.style.display = this.userVotes[this.ballot.ballot_name] ? 'flex' : 'none';
votedChip.style.display = this.userVotes[this.ballot.ballot_name] ? 'flex' : 'none';
}
});
},
Expand Down

0 comments on commit 012429d

Please sign in to comment.