Skip to content

Commit 84eba54

Browse files
committed
feat: 리뷰 모달 표시 시점 트리거로부터 10초 딜레이 되도록 변경
1 parent a8c46d6 commit 84eba54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tarot/components/TarotResultAfterView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const TarotResultAfterView = () => {
7575
if (reviewExist !== undefined && data?.isOwner) {
7676
setTimeout(() => {
7777
setReviewModalOpen(!reviewExist.hasReviewed);
78-
}, 3000);
78+
}, 10000);
7979
}
8080
observer.disconnect(); // 한 번 실행 후 감지 중지
8181
}

0 commit comments

Comments
 (0)