Upgrade Prettier to 2.0.4. Reformatted all JS files

This commit is contained in:
Deluan
2020-04-20 09:09:29 -04:00
parent de115ff466
commit b3f70538a9
55 changed files with 318 additions and 286 deletions
+2 -2
View File
@@ -7,7 +7,7 @@ import {
SelectInput,
useTranslate,
useSetLocale,
useLocale
useLocale,
} from 'react-admin'
import { makeStyles } from '@material-ui/core/styles'
import { changeTheme } from './actions'
@@ -15,7 +15,7 @@ import themes from '../themes'
import i18n from '../i18n'
const useStyles = makeStyles({
root: { marginTop: '1em' }
root: { marginTop: '1em' },
})
const SelectLanguage = (props) => {
+1 -1
View File
@@ -2,5 +2,5 @@ export const CHANGE_THEME = 'CHANGE_THEME'
export const changeTheme = (theme) => ({
type: CHANGE_THEME,
payload: theme
payload: theme,
})