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
@@ -5,7 +5,7 @@ import {
List,
NumberField,
SearchInput,
TextField
TextField,
} from 'react-admin'
import { Pagination, Title } from '../common'
@@ -15,7 +15,7 @@ const ArtistFilter = (props) => (
</Filter>
)
const artistRowClick = (id, basePath, record) => {
const artistRowClick = (id) => {
const filter = { artist_id: id }
return `/album?filter=${JSON.stringify(
filter