[Glitch] Autofix missing comma and indentation in JS files

Port 774e1189d2 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Renaud Chaput
2023-10-09 13:38:29 +02:00
committed by Claire
parent 4a9cdfb928
commit 7b325aa81b
11 changed files with 27 additions and 27 deletions

View File

@@ -133,7 +133,7 @@ class Poll extends ImmutablePureComponent {
handleReveal = () => {
this.setState({ revealed: true });
}
};
renderOption (option, optionIndex, showResults) {
const { poll, lang, disabled, intl } = this.props;