Skip to content

Commit

Permalink
restore commeted code
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Dec 17, 2024
1 parent 9217a58 commit ff27cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/assets/js/vue-components/solution/Solutions.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export default {
if (this.votingInProgress) {
return;
}
if (this.userVotesLeft) {
if (this.userVotesLeft <= 0) {
showToast(
trans("voting.votes_remaining", {
votes: 0,
Expand Down

0 comments on commit ff27cd8

Please sign in to comment.