mirror of
https://github.com/navidrome/navidrome.git
synced 2026-08-01 07:21:17 +00:00
Do not disable eslint rule
This commit is contained in:
parent
01ef4d2f21
commit
37f6ff02cf
@ -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