diff options
| author | it-fixcomart <it@fixcomart.co.id> | 2024-06-14 15:15:30 +0700 |
|---|---|---|
| committer | it-fixcomart <it@fixcomart.co.id> | 2024-06-14 15:15:30 +0700 |
| commit | e3e3fe8d87130fcd1872046de0160272b6ea9763 (patch) | |
| tree | b371bb6c94f48fa60c4e22a7fb5dfd387dedd7a7 /src/pages | |
| parent | ef2d3ad6759db8535c04d986f4bc43f01da6ccd8 (diff) | |
<iman> update promotion-program
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/shop/promo/index.tsx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pages/shop/promo/index.tsx b/src/pages/shop/promo/index.tsx index 6f5134a3..89e88e29 100644 --- a/src/pages/shop/promo/index.tsx +++ b/src/pages/shop/promo/index.tsx @@ -101,9 +101,7 @@ export default function Promo() { } console.log("data yg dikirim ke ProductPromoCard", promoData) - function capitalizeFirstLetter(string) { - return string.charAt(0).toUpperCase() + string.slice(1); - } + useEffect(() => { const handleScroll = () => { |
