diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-08-01 16:46:29 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-08-01 16:46:29 +0700 |
| commit | 516db9ccbaf00bfc5b668ea425aa74b9ffe820c6 (patch) | |
| tree | 5ae86843b6b43534282285c77cf7bdcd16fcbf15 | |
| parent | 93c68dbc6a873fa84b14eb3d102013f42e53af8a (diff) | |
<iman> delete console log
| -rw-r--r-- | src-migrate/modules/promo/components/Hero.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src-migrate/modules/promo/components/Hero.tsx b/src-migrate/modules/promo/components/Hero.tsx index 110052ba..c5f0afad 100644 --- a/src-migrate/modules/promo/components/Hero.tsx +++ b/src-migrate/modules/promo/components/Hero.tsx @@ -55,8 +55,6 @@ const Hero = () => { pagination: { dynamicBullets: false, clickable: true }, }; - console.log("banner",banners) - // console.log("headlineBanner",banners[0].headlineBanner) return ( <> <DesktopView> |
