fix linter error

This commit is contained in:
Kendall Garner 2025-09-26 17:30:20 -07:00
parent e344adfeed
commit c448352ec8
No known key found for this signature in database
GPG key ID: 9355F387FE765C94

View file

@ -557,7 +557,6 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
});
}, [
ctx.context?.playlistId,
ctx.context?.tableRef,
ctx.data,
ctx.dataNodes,
removeFromPlaylistMutation,