Change eslint config to autofix missing comma and indentation in JS files (#26711)
This commit is contained in:
@@ -132,7 +132,7 @@ class Poll extends ImmutablePureComponent {
|
||||
|
||||
handleReveal = () => {
|
||||
this.setState({ revealed: true });
|
||||
}
|
||||
};
|
||||
|
||||
renderOption (option, optionIndex, showResults) {
|
||||
const { poll, lang, disabled, intl } = this.props;
|
||||
|
||||
Reference in New Issue
Block a user