mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 05:33:08 +02:00
Fix
This commit is contained in:
parent
a365849048
commit
c11e813146
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ export default Vue.extend({
|
|||
Vue.set(c, 'isVoted', true);
|
||||
}
|
||||
}
|
||||
this.showResult = !this.poll.multiple;
|
||||
if (!this.showResult) this.showResult = !this.poll.multiple;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue