diff --git a/www/app/[roomName]/MeetingSelection.tsx b/www/app/[roomName]/MeetingSelection.tsx index 6585d59e..17191c1f 100644 --- a/www/app/[roomName]/MeetingSelection.tsx +++ b/www/app/[roomName]/MeetingSelection.tsx @@ -375,11 +375,11 @@ export default function MeetingSelection({ {/* No meetings message - show when no ongoing or upcoming meetings */} {currentMeetings.length === 0 && upcomingMeetings.length === 0 && ( - @@ -395,7 +395,7 @@ export default function MeetingSelection({ - + )} {/* Create Unscheduled Meeting - Only for room owners or shared rooms */}