chore: update prettier

This commit is contained in:
Satyajit Sahoo
2020-03-23 00:02:47 +01:00
parent 911d6bb2f4
commit a929933bde
58 changed files with 197 additions and 183 deletions

View File

@@ -82,7 +82,7 @@ class ListScreen extends React.Component<
state = { isInverted: false };
onSwitch = () =>
this.setState(prevState => ({ isInverted: !prevState.isInverted }));
this.setState((prevState) => ({ isInverted: !prevState.isInverted }));
render() {
return (