From 117ce09dc7c743cf2169a00b46535d443ec9fcd6 Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Thu, 4 Dec 2025 18:19:38 +0000 Subject: [PATCH] Remove Jitsi room ID display from user appointment detail page to streamline meeting information presentation. This change enhances clarity by focusing on essential meeting details while eliminating unnecessary elements related to room ID visibility. --- app/(user)/user/appointments/[id]/page.tsx | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app/(user)/user/appointments/[id]/page.tsx b/app/(user)/user/appointments/[id]/page.tsx index 2b57326..d93b1d4 100644 --- a/app/(user)/user/appointments/[id]/page.tsx +++ b/app/(user)/user/appointments/[id]/page.tsx @@ -465,26 +465,6 @@ export default function UserAppointmentDetailPage() {
- {appointment.jitsi_room_id && ( -
-

- Meeting Room ID -

-
-

- {appointment.jitsi_room_id} -

- -
-
- )}

Meeting Link