Remove "language subtitle" from uninstalled extensions
They are already grouped by language, which makes this information redundant
This commit is contained in:
@@ -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+'}
|
||||
|
||||
Reference in New Issue
Block a user