summaryrefslogtreecommitdiff
path: root/src-migrate/pages
diff options
context:
space:
mode:
authorit-fixcomart <it@fixcomart.co.id>2024-11-19 10:50:07 +0700
committerit-fixcomart <it@fixcomart.co.id>2024-11-19 10:50:07 +0700
commit9f10b502da7e1d102ddb0b16175b828834ff6f44 (patch)
tree39326387686a77c73fabba133101d0cb7afc989e /src-migrate/pages
parenta1e4d12c041dc8f06de531a9f7f287e07ccc81e8 (diff)
<iman> delete console log
Diffstat (limited to 'src-migrate/pages')
-rw-r--r--src-migrate/pages/shop/cart/index.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src-migrate/pages/shop/cart/index.tsx b/src-migrate/pages/shop/cart/index.tsx
index 70a28073..24baa933 100644
--- a/src-migrate/pages/shop/cart/index.tsx
+++ b/src-migrate/pages/shop/cart/index.tsx
@@ -35,8 +35,6 @@ const CartPage = () => {
const [hasChanged, setHasChanged] = useState(false);
const prevCartRef = useRef<CartItem[] | null>(null);
- console.log('ini cart', cart);
-
useEffect(() => {
const handleScroll = () => {
setIsTop(window.scrollY < 200);