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}
|
{name}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography variant="caption">
|
<Typography variant="caption">
|
||||||
{langPress} {versionName}
|
{isInstalled ? `${langPress} ` : ''}
|
||||||
|
{versionName}
|
||||||
{isNsfw && (
|
{isNsfw && (
|
||||||
<Typography variant="caption" color="error">
|
<Typography variant="caption" color="error">
|
||||||
{' 18+'}
|
{' 18+'}
|
||||||
|
|||||||
Reference in New Issue
Block a user