Fix context menu/heart column header alignment in SongList

This commit is contained in:
Deluan 2021-03-27 22:09:43 -04:00
parent b42532dd7c
commit 90cf118349
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ const SongList = (props) => {
className={classes.contextHeader}
/>
}
textAlign={'right'}
/>
</SongDatagrid>
)}