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

#834 #256 fix for unable to load the Indexes page
pull/947/head
Vladimir Tasic 2 years ago committed by Qstick
parent b4e0608b3b
commit fb8b65a91b

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

Loading…
Cancel
Save