Fix className clash on current song

This commit is contained in:
jeffvli 2023-10-19 03:36:16 -07:00
parent e77efcf836
commit 8e2a107d4a
2 changed files with 7 additions and 18 deletions

View file

@ -137,7 +137,7 @@ export const RowIndexCell = ({ value, eGridCell }: ICellRendererParams) => {
const isFocused = classList.contains('focused');
const isPlaying = classList.contains('playing');
const isCurrentSong =
classList.contains('current-song') || classList.contains('current-playlist-song');
classList.contains('current-song-cell') || classList.contains('current-playlist-song-cell');
return (
<CellContainer $position="right">