mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 22:07:32 -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}
|
key={name}
|
||||||
className={styles[column.name]}
|
className={styles[column.name]}
|
||||||
>
|
>
|
||||||
{appProfile.name}
|
{appProfile?.name || ''}
|
||||||
</VirtualTableRowCell>
|
</VirtualTableRowCell>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue