diff --git a/app/[locale]/reservations/[roomType]/[roomName]/helper/modals/ReservationDetailModal.tsx b/app/[locale]/reservations/[roomType]/[roomName]/helper/modals/ReservationDetailModal.tsx
index b720ee0c7..9342c60f0 100644
--- a/app/[locale]/reservations/[roomType]/[roomName]/helper/modals/ReservationDetailModal.tsx
+++ b/app/[locale]/reservations/[roomType]/[roomName]/helper/modals/ReservationDetailModal.tsx
@@ -67,7 +67,7 @@ function ReservationDetailModal({ reservation }: { reservation: Reservation }) {
return (
-
+
{reservation.title}
diff --git a/components/main/NoticeSection.tsx b/components/main/NoticeSection.tsx
index 523dcb28d..e9be49cc1 100644
--- a/components/main/NoticeSection.tsx
+++ b/components/main/NoticeSection.tsx
@@ -18,7 +18,7 @@ export default function NoticeSection({ allMainNotice }: { allMainNotice: AllMai
return (