Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jengu288 committed Jan 26, 2024
1 parent fd17530 commit 1445403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/responseMatching/DisputeIcon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default defineComponent({
},
methods: {
sendVote() {
this.pressedVote = !this.pressedVote
this.pressedVote = !this.pressedVote;
new AudioWrap(ClickMp3).play();
socket.emit('pollVote', 'sikeDispute');
Expand Down

0 comments on commit 1445403

Please sign in to comment.