This website works better with JavaScript.
Home
Explore
Help
Sign In
yusmar
/
tbg-company-ecomm-web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
remove log
undefined
jefry
3 years ago
parent
099dfb8b9f
commit
ede1da8e31
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/yamaha/Product/Motor.js
+ 1
- 1
pages/yamaha/Product/Motor.js
View File
@@ -48,7 +48,7 @@ export async function getServerSideProps(context) {
if (res["STATUS"] === 1) {
product = res["DATA"]["products"];
}
console.log(res);
//
console.log(res);
return {
props: {
Write
Preview
Loading…
Cancel
Save