소스 검색

fix random relaod

master
azri 1 개월 전
부모
커밋
df3edcc5d9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/components/SideCart/SideCart.jsx

+ 0
- 1
src/components/SideCart/SideCart.jsx 파일 보기

@@ -15,7 +15,6 @@ const SideCart = ({ open, onClose }) => {
15 15
 
16 16
   useEffect(() => {
17 17
 
18
-    if (cart?.lines?.nodes?.length == 0) window.location.href = "/"
19 18
     setCartProducts(cart?.lines?.nodes || [])
20 19
 
21 20
   }, [cart])

Loading…
취소
저장