mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 04:00:18 -07:00
Fix translations for columns
This commit is contained in:
parent
246ee27df5
commit
42308ada89
19 changed files with 157 additions and 64 deletions
|
@ -75,7 +75,7 @@ function UnmappedFilesTableHeader(props) {
|
|||
isSortable={isSortable}
|
||||
{...otherProps}
|
||||
>
|
||||
{label}
|
||||
{typeof label === 'function' ? label() : label}
|
||||
</VirtualTableHeaderCell>
|
||||
);
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue