chore: update models locales
This commit is contained in:
@@ -152,11 +152,15 @@ const CatalogItem: React.FC<CatalogItemProps> = (props) => {
|
||||
);
|
||||
})}
|
||||
<span className="dot"></span>
|
||||
<ThemeTag>
|
||||
<AutoTooltip
|
||||
style={{
|
||||
borderRadius: 4
|
||||
}}
|
||||
>
|
||||
{data.activated_size
|
||||
? `${data.size}B-A${data.activated_size}B`
|
||||
: `${data.size}B`}
|
||||
</ThemeTag>
|
||||
</AutoTooltip>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user