mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
Fix
This commit is contained in:
parent
a890e9ce12
commit
e63b300279
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…
Add table
Reference in a new issue