We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 964a2d1 commit 9440aa8Copy full SHA for 9440aa8
frontend/src/components/Refinement.vue
@@ -16,7 +16,7 @@ export default {
16
},
17
methods: {
18
done() {
19
- if ( this.voteCount !== this.members.voters.length ) {
+ if ( this.voteCount > 0 && this.voteCount !== this.members.voters.length ) {
20
if ( ! window.confirm( "Are you sure you want to finish the refinement, not all votes are in yet." ) ) {
21
return;
22
}
0 commit comments