kopia lustrzana https://github.com/cheeaun/phanpy
Fix undefined 'votes'
rodzic
0430f4ae89
commit
d8e6d349a0
|
@ -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');
|
||||||
|
|
Ładowanie…
Reference in New Issue