mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +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);
|
choices.push(value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(votes);
|
|
||||||
setUIState('loading');
|
setUIState('loading');
|
||||||
await votePoll(choices);
|
await votePoll(choices);
|
||||||
setUIState('default');
|
setUIState('default');
|
||||||
|
|
Loading…
Reference in a new issue