diff --git a/www/app/[roomName]/MeetingSelection.tsx b/www/app/[roomName]/MeetingSelection.tsx index 81adb2da..e3314222 100644 --- a/www/app/[roomName]/MeetingSelection.tsx +++ b/www/app/[roomName]/MeetingSelection.tsx @@ -397,23 +397,6 @@ export default function MeetingSelection({ )} - {/* Message for non-owners of private rooms - only show when auth is not loading */} - {!authLoading && !isOwner && !isSharedRoom && ( - - - Only the room owner can create unscheduled meetings in this - private room. - - - )} );