summaryrefslogtreecommitdiff
path: root/src/lib/home/components
diff options
context:
space:
mode:
authorIT Fixcomart <it@fixcomart.co.id>2024-06-28 08:25:02 +0000
committerIT Fixcomart <it@fixcomart.co.id>2024-06-28 08:25:02 +0000
commit6df1a73f3ccfc6c222bc797b48db774125833040 (patch)
treea4dc6fb749259b7df0a7a21b6a9bb37a11244688 /src/lib/home/components
parentc2289fa749290fd06f7d94f59bfb4ac951cd726d (diff)
parent1455ce5887a3d03597192118ba84d3c27f165b12 (diff)
Merged in promotion-program (pull request #145)
<iman> delete console log
Diffstat (limited to 'src/lib/home/components')
-rw-r--r--src/lib/home/components/PromotionProgram.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/home/components/PromotionProgram.jsx b/src/lib/home/components/PromotionProgram.jsx
index 66ed6749..c2779fd2 100644
--- a/src/lib/home/components/PromotionProgram.jsx
+++ b/src/lib/home/components/PromotionProgram.jsx
@@ -7,7 +7,7 @@ const { useQuery } = require('react-query')
const BannerSection = () => {
const promotionProgram = useQuery('promotionProgram', bannerApi({ type: 'banner-promotion' }));
const { isMobile, isDesktop } = useDevice()
- console.log("promotionProgram",promotionProgram)
+
return (
<div className='px-4 sm:px-0'>
<div className='flex justify-between items-center mb-4 '>