Fix formatting

This commit is contained in:
Deluan 2020-06-22 08:56:55 -04:00
parent 0ca70b1e4d
commit 4427900d84
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ const AlbumListView = ({ hasShow, hasEdit, hasList, ...rest }) => {
) : (
<AlbumDatagrid expand={<AlbumDetails />} rowClick={'show'} {...rest}>
<TextField source="name" />
<ArtistLinkField source="artist"/>
<ArtistLinkField source="artist" />
{isDesktop && <NumberField source="songCount" sortByOrder={'DESC'} />}
{isDesktop && <NumberField source="playCount" sortByOrder={'DESC'} />}
<RangeField source={'year'} sortBy={'maxYear'} sortByOrder={'DESC'} />