Don't show guestWaitingMessage when "anyone_can_start" is set
All checks were successful
Build & Push Docker Image / build (push) Successful in 4m14s
All checks were successful
Build & Push Docker Image / build (push) Successful in 4m14s
This commit is contained in:
@@ -295,7 +295,7 @@ export default function GuestJoin() {
|
|||||||
)}
|
)}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
{!status.running && (
|
{!status.running && !roomInfo?.anyone_can_start && (
|
||||||
<p className="text-xs text-th-text-s text-center">
|
<p className="text-xs text-th-text-s text-center">
|
||||||
{t('room.guestWaitingMessage')}
|
{t('room.guestWaitingMessage')}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user