diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 09:43:57 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-09-20 09:43:57 +0700 |
| commit | 56ed5980588447c6ba05529e91d6f82820f1b764 (patch) | |
| tree | 69cdf973c42fcecc29f00969f759af27b608dee0 /src | |
| parent | 87f284a2cc4ce1e618a1c7ad63898dbcb76a8b83 (diff) | |
<iman> delete console log
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/checkout/components/FinishCheckout.jsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/checkout/components/FinishCheckout.jsx b/src/lib/checkout/components/FinishCheckout.jsx index e2f40d8d..1be5c841 100644 --- a/src/lib/checkout/components/FinishCheckout.jsx +++ b/src/lib/checkout/components/FinishCheckout.jsx @@ -24,7 +24,6 @@ const FinishCheckout = ({ query }) => { }; fetchData(); }, [query]); - console.log('auth', auth); // Kirim email ketika komponen ini dimount atau sesuai kondisi const sendEmail = async () => { |
