title fix

This commit is contained in:
2024-05-27 10:57:40 +03:00
parent ae2bea24b8
commit e1e2536725

View File

@@ -84,7 +84,7 @@ const ProductView: FC<Props> = ({product, onDelete, onChange}) => {
/> />
</div> </div>
<div className={styles['attributes-container']}> <div className={styles['attributes-container']}>
<Title>{product.product.name}</Title> <Title order={3}>{product.product.name}</Title>
<Spoiler maxHeight={0} showLabel={"Показать характеристики"} hideLabel={"Скрыть"}> <Spoiler maxHeight={0} showLabel={"Показать характеристики"} hideLabel={"Скрыть"}>
{Object.entries(product.product).map(([key, value]) => { {Object.entries(product.product).map(([key, value]) => {