refactor: remove unused CSS class in SongContextMenu

Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
Deluan 2025-07-17 12:14:05 -04:00
parent 445880c006
commit 089dbe9499

View File

@ -31,9 +31,6 @@ const useStyles = makeStyles({
noWrap: {
whiteSpace: 'nowrap',
},
disabledMenuItem: {
pointerEvents: 'auto',
},
})
const MoreButton = ({ record, onClick, info }) => {