mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
Fix undefined 'votes'
This commit is contained in:
parent
0430f4ae89
commit
d8e6d349a0
1 changed files with 0 additions and 1 deletions
|
@ -895,7 +895,6 @@ function Poll({
|
|||
choices.push(value);
|
||||
}
|
||||
});
|
||||
console.log(votes);
|
||||
setUIState('loading');
|
||||
await votePoll(choices);
|
||||
setUIState('default');
|
||||
|
|
Loading…
Reference in a new issue