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 Deluan Quintão
parent 7d075b1882
commit 2b95422e88
1 changed files with 0 additions and 1 deletions

View File

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