indentation fix 3

This commit is contained in:
kKaskak 2023-09-06 14:04:58 +03:00
parent b139990b15
commit f2414242fc

View file

@ -187,8 +187,8 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
<div className={styles['label-container']}>
{t("SUMMARY")}
</div>
{description}
</div>
{description}
</div>
:
null
}