mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-15 21:14:32 +01:00
parent
b4e0608b3b
commit
fb8b65a91b
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ class IndexerIndexRow extends Component {
|
|||
key={name}
|
||||
className={styles[column.name]}
|
||||
>
|
||||
{appProfile.name}
|
||||
{appProfile?.name || ''}
|
||||
</VirtualTableRowCell>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue