Don't show guestWaitingMessage when "anyone_can_start" is set
All checks were successful
Build & Push Docker Image / build (push) Successful in 4m14s

This commit is contained in:
2026-03-25 10:13:02 +01:00
parent 6dcb1e959b
commit 45be976de1

View File

@@ -295,7 +295,7 @@ export default function GuestJoin() {
)}
</button>
{!status.running && (
{!status.running && !roomInfo?.anyone_can_start && (
<p className="text-xs text-th-text-s text-center">
{t('room.guestWaitingMessage')}
</p>