1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix missing hook dependency

This commit is contained in:
Bill Thornton 2025-01-30 17:40:05 -05:00
parent bd328b9202
commit 6d1da8fcba

View file

@ -134,7 +134,7 @@ export const Component = () => {
filterVariant: 'multi-select',
filterSelectOptions: userNames
}
], [ UserCell, userNames ]);
], [ UserCell, dateFnsLocale, userNames ]);
const mrTable = useMaterialReactTable({
...DEFAULT_TABLE_OPTIONS,