title fix
This commit is contained in:
@@ -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]) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user