fix linter error

This commit is contained in:
Kendall Garner
2025-09-26 17:30:20 -07:00
parent e344adfeed
commit c448352ec8
@@ -557,7 +557,6 @@ export const ContextMenuProvider = ({ children }: ContextMenuProviderProps) => {
}); });
}, [ }, [
ctx.context?.playlistId, ctx.context?.playlistId,
ctx.context?.tableRef,
ctx.data, ctx.data,
ctx.dataNodes, ctx.dataNodes,
removeFromPlaylistMutation, removeFromPlaylistMutation,