mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04: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…
Add table
Add a link
Reference in a new issue