diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-08-01 17:07:20 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-08-01 17:07:20 +0700 |
| commit | 942b4c3548891f25198140b80192e9190a403ee5 (patch) | |
| tree | f1f4d7ca6d7ff998179cb72e1814b7f65d9b56fe /src/core/components/layouts | |
| parent | e1c6052ffc9887e792f19f99d900189647845c69 (diff) | |
flash sale
Diffstat (limited to 'src/core/components/layouts')
| -rw-r--r-- | src/core/components/layouts/BasicLayout.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/components/layouts/BasicLayout.jsx b/src/core/components/layouts/BasicLayout.jsx index 073303fe..c6029f39 100644 --- a/src/core/components/layouts/BasicLayout.jsx +++ b/src/core/components/layouts/BasicLayout.jsx @@ -37,7 +37,6 @@ const BasicLayout = ({ children }) => { const { slug } = router.query const getProduct = async () => { let product = await productApi({ id: getIdFromSlug(slug), headers: { Token: authToken } }) - console.log('ini product', product) setPayloadWa({ name: product[0]?.name, manufacture: product[0]?.manufacture.name, |
