Yusmardianto 4 роки тому
джерело
коміт
fbb7375843
1 змінених файлів з 6 додано та 1 видалено
  1. +6
    -1
      pages-sections/product/product_details.js

+ 6
- 1
pages-sections/product/product_details.js Переглянути файл

@@ -55,7 +55,12 @@ const DataProduct = function ({ backend, detailproduct, ...props }) {
<hr></hr>
<p>{data.description}</p>
</Grid>
</GridContainer>
</GridContainer>,
<GridContainer>
<GridItem>

</GridItem>
</GridContainer>
);
})
return (


Завантаження…
Відмінити
Зберегти