diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2024-06-28 08:25:02 +0000 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2024-06-28 08:25:02 +0000 |
| commit | 6df1a73f3ccfc6c222bc797b48db774125833040 (patch) | |
| tree | a4dc6fb749259b7df0a7a21b6a9bb37a11244688 | |
| parent | c2289fa749290fd06f7d94f59bfb4ac951cd726d (diff) | |
| parent | 1455ce5887a3d03597192118ba84d3c27f165b12 (diff) | |
Merged in promotion-program (pull request #145)
<iman> delete console log
| -rw-r--r-- | src/lib/home/components/PromotionProgram.jsx | 2 |
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 '> |
