diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-28 11:17:08 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-28 11:17:08 +0700 |
| commit | 1455ce5887a3d03597192118ba84d3c27f165b12 (patch) | |
| tree | 3135608aa02bff2f8f74c85b7e49011a63a9f686 /src/lib | |
| parent | b5effbf8b6b4927614ab15fcf1f9b8ba1afcdadf (diff) | |
<iman> delete console log
Diffstat (limited to 'src/lib')
| -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 '> |
