Remove "language subtitle" from uninstalled extensions

They are already grouped by language, which makes this information redundant
This commit is contained in:
schroda
2025-06-23 00:08:26 +02:00
parent 2e105a0539
commit d83bf592e1

View File

@@ -117,7 +117,8 @@ export function ExtensionCard(props: IProps) {
{name}
</Typography>
<Typography variant="caption">
{langPress} {versionName}
{isInstalled ? `${langPress} ` : ''}
{versionName}
{isNsfw && (
<Typography variant="caption" color="error">
{' 18+'}