Merge pull request #435 from Monadical-SAS/fix-optout-message

Fix optout message
This commit is contained in:
2024-10-15 16:41:35 +02:00
committed by GitHub

View File

@@ -44,7 +44,7 @@ export default function Room(details: RoomDetails) {
}; };
}, [handleLeave, roomUrl, isLoading, isAuthenticated]); }, [handleLeave, roomUrl, isLoading, isAuthenticated]);
if (isLoading && !isAuthenticated && !consentGiven) { if (!isAuthenticated && !consentGiven) {
return ( return (
<Box <Box
display="flex" display="flex"