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

View File

@@ -4,7 +4,7 @@ import {
SelectInput,
Create,
required,
SimpleForm
SimpleForm,
} from 'react-admin'
import { Title } from '../common'
@@ -30,7 +30,7 @@ const TranscodingCreate = (props) => (
{ id: 160, name: '160' },
{ id: 192, name: '192' },
{ id: 256, name: '256' },
{ id: 320, name: '320' }
{ id: 320, name: '320' },
]}
defaultValue={192}
/>