Fix context menu/heart column header alignment in SongList

This commit is contained in:
Deluan 2021-03-27 22:09:43 -04:00 committed by Joe Stump
parent f5146e50ee
commit ecb3601f36
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

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