#834 #256 fix for unable to load the Indexes page

#834 #256 fix for unable to load the Indexes page
This commit is contained in:
Vladimir Tasic 2022-03-25 15:31:20 +01:00 committed by Qstick
parent b4e0608b3b
commit fb8b65a91b

View file

@ -190,7 +190,7 @@ class IndexerIndexRow extends Component {
key={name}
className={styles[column.name]}
>
{appProfile.name}
{appProfile?.name || ''}
</VirtualTableRowCell>
);
}