diff --git a/react/AppTile/index.jsx b/react/AppTile/index.jsx index b9f8b0838..073d41800 100644 --- a/react/AppTile/index.jsx +++ b/react/AppTile/index.jsx @@ -69,9 +69,6 @@ export const AppTile = ({ const isInMaintenanceWithSpecificDisplay = displaySpecificMaintenanceStyle && statusLabel === APP_STATUS.maintenance - const tileSubtitle = isShortcutFile(app) - ? app.metadata?.source - : developer.name return ( {namePrefix ? `${namePrefix} ${name}` : name} - {showDeveloper && ( - {`${t('app_item.by')} ${tileSubtitle}`} + {developer.name && showDeveloper && ( + {`${t('app_item.by')} ${developer.name}`} )} {statusToDisplay && (