mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
Fix optout message
This commit is contained in:
@@ -44,7 +44,7 @@ export default function Room(details: RoomDetails) {
|
||||
};
|
||||
}, [handleLeave, roomUrl, isLoading, isAuthenticated]);
|
||||
|
||||
if (isLoading && !isAuthenticated && !consentGiven) {
|
||||
if (!isAuthenticated && !consentGiven) {
|
||||
return (
|
||||
<Box
|
||||
display="flex"
|
||||
|
||||
Reference in New Issue
Block a user