diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-11 13:40:23 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-11 13:40:23 +0700 |
| commit | 9565ddf794165e297acf511a108f9a9643ee615d (patch) | |
| tree | 07bf6168f6f221c73bc8db5aa17e6bd097c6e4b2 /src-migrate/modules/product-promo | |
| parent | 5e5b67e5b98d3183044dc5149fe67a29feeb3c41 (diff) | |
<iman> update promotion program
Diffstat (limited to 'src-migrate/modules/product-promo')
| -rw-r--r-- | src-migrate/modules/product-promo/components/Card.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src-migrate/modules/product-promo/components/Card.tsx b/src-migrate/modules/product-promo/components/Card.tsx index be7d5b6e..0be27af2 100644 --- a/src-migrate/modules/product-promo/components/Card.tsx +++ b/src-migrate/modules/product-promo/components/Card.tsx @@ -77,7 +77,7 @@ const ProductPromoCard = ({ promotion, slug }: Props) => { const shouldRender = !slug || promotion.type.value === slug return ( - shouldRender && ( + // shouldRender && ( <div className={style.card}> <ProductPromoCardCountdown promotion={promotion} /> @@ -133,7 +133,7 @@ const ProductPromoCard = ({ promotion, slug }: Props) => { </div> </div> </div> - ) + // ) ) } |
