Do not disable eslint rule

This commit is contained in:
Deluan 2021-04-05 22:20:55 -04:00 committed by Joe Stump
parent 2539992207
commit c9e4921d83
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -16,8 +16,7 @@ const PlaylistSongBulkActions = ({
const unselectAll = useUnselectAll()
useEffect(() => {
unselectAll('playlistTrack')
// eslint-disable-next-line
}, [])
}, [unselectAll])
const mappedResource = `playlist/${playlistId}/tracks`
return (