From 5ea8c5b6ae86380100e183aa1238127c9fc41c90 Mon Sep 17 00:00:00 2001 From: LeeCh0129 Date: Tue, 5 Aug 2025 00:35:16 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=9B=84=EA=B8=B0=20=EC=9E=91=EC=84=B1?= =?UTF-8?q?=20=EC=99=84=EB=A3=8C=20=ED=9B=84=20=EB=AA=A8=EB=8B=AC=20?= =?UTF-8?q?=EC=9E=90=EB=8F=99=20=EB=8B=AB=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/(with-header)/mypage/reservations/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/(with-header)/mypage/reservations/page.tsx b/src/app/(with-header)/mypage/reservations/page.tsx index 87a30a7..19b9a3d 100644 --- a/src/app/(with-header)/mypage/reservations/page.tsx +++ b/src/app/(with-header)/mypage/reservations/page.tsx @@ -121,6 +121,7 @@ export default function MyReservationsPage() { if (reservation?.activity.id) { invalidateActivityQueries(reservation.activity.id); } + handleReviewClose(); }, }, );