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:
parent
bd328b9202
commit
6d1da8fcba
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ export const Component = () => {
|
|||
filterVariant: 'multi-select',
|
||||
filterSelectOptions: userNames
|
||||
}
|
||||
], [ UserCell, userNames ]);
|
||||
], [ UserCell, dateFnsLocale, userNames ]);
|
||||
|
||||
const mrTable = useMaterialReactTable({
|
||||
...DEFAULT_TABLE_OPTIONS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue