feat: ran prettier over changes

This commit is contained in:
Chris Newton
2020-10-23 15:53:31 +11:00
committed by Deluan Quintão
parent 28bcd3f99e
commit 6da2f1ba92
4 changed files with 51 additions and 37 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ const PlayButton = ({ record, size = 'small', ...rest }) => {
}
const dataProvider = useDataProvider()
const dispatch = useDispatch()
const playAlbum = record => {
const playAlbum = (record) => {
dataProvider
.getList('albumSong', {
pagination: { page: 1, perPage: -1 },