This website works better with JavaScript.
Home
Explore
Help
Sign In
yusmar
/
tbg-ecomm-nextjs
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
commit
master
Yusmardianto
4 years ago
parent
69b9f2c7d8
commit
fbb7375843
1 changed files
with
6 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-1
pages-sections/product/product_details.js
+ 6
- 1
pages-sections/product/product_details.js
View File
@@ -55,7 +55,12 @@ const DataProduct = function ({ backend, detailproduct, ...props }) {
<hr></hr>
<hr></hr>
<p>{data.description}</p>
<p>{data.description}</p>
</Grid>
</Grid>
</GridContainer>
</GridContainer>,
<GridContainer>
<GridItem>
</GridItem>
</GridContainer>
);
);
})
})
return (
return (
Write
Preview
Loading…
Cancel
Save