mirror of
https://github.com/Radarr/Radarr
synced 2025-02-23 14:51:17 +00:00
Fix broken headers on List Exclusion table
This commit is contained in:
parent
fda1ad237b
commit
3e32161791
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class ImportListExclusions extends Component {
|
||||||
errorMessage={translate('UnableToLoadListExclusions')}
|
errorMessage={translate('UnableToLoadListExclusions')}
|
||||||
{...otherProps}
|
{...otherProps}
|
||||||
>
|
>
|
||||||
<div className={styles.importExclusionsHeader}>
|
<div className={styles.importListExclusionsHeader}>
|
||||||
<div className={styles.tmdbId}>
|
<div className={styles.tmdbId}>
|
||||||
TMDb Id
|
TMDb Id
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue