Skip to content

Commit 690d58e

Browse files
authored
Merge pull request #149 from codeit-2team/fix/148
Fix/148 후기 작성 완료 후 모달 자동 닫기
2 parents d84b28f + 5ea8c5b commit 690d58e

File tree

1 file changed

+1
-0
lines changed
  • src/app/(with-header)/mypage/reservations

1 file changed

+1
-0
lines changed

src/app/(with-header)/mypage/reservations/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export default function MyReservationsPage() {
121121
if (reservation?.activity.id) {
122122
invalidateActivityQueries(reservation.activity.id);
123123
}
124+
handleReviewClose();
124125
},
125126
},
126127
);

0 commit comments

Comments
 (0)