mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-31 07:30:32 +00:00
Do not disable eslint rule
This commit is contained in:
parent
2539992207
commit
c9e4921d83
@ -16,8 +16,7 @@ const PlaylistSongBulkActions = ({
|
||||
const unselectAll = useUnselectAll()
|
||||
useEffect(() => {
|
||||
unselectAll('playlistTrack')
|
||||
// eslint-disable-next-line
|
||||
}, [])
|
||||
}, [unselectAll])
|
||||
|
||||
const mappedResource = `playlist/${playlistId}/tracks`
|
||||
return (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user