diff --git a/app/(admin)/admin/booking/[id]/page.tsx b/app/(admin)/admin/booking/[id]/page.tsx index 54e6a83..428cdc4 100644 --- a/app/(admin)/admin/booking/[id]/page.tsx +++ b/app/(admin)/admin/booking/[id]/page.tsx @@ -625,31 +625,6 @@ export default function AppointmentDetailPage() {
)} - {appointment.scheduled_datetime && ( -- Meeting Information -
-- Meeting Start Time: -
-- {formatDate(appointment.scheduled_datetime)} at {formatTime(appointment.scheduled_datetime)} -
-- How to Access: -
-- Click the "Start Meeting" button below to begin the session. Once started, participants can join using the meeting link. You can also use the moderator link above to join directly. -
-+ Meeting Information +
++ Meeting Start Time: +
++ {formatDate(appointment.scheduled_datetime)} at {formatTime(appointment.scheduled_datetime)} +
++ How to Access: +
++ Click the "Start Meeting" button below to begin the session. Once started, participants can join using the meeting link. You can also use the moderator link above to join directly. +
+