Make "star" column aligned with context menu in Album List view

This commit is contained in:
Deluan 2020-11-27 12:12:42 -05:00 committed by Joe Stump
parent 834f8dd5cd
commit f89da70088
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -95,7 +95,6 @@ const AlbumListView = ({ hasShow, hasEdit, hasList, ...rest }) => {
label={
<StarBorderIcon fontSize={'small'} className={classes.columnIcon} />
}
textAlign={'right'}
/>
</Datagrid>
)