mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 10:36:11 +00:00
Fix guest join button after auth
This commit is contained in:
parent
734a851ac5
commit
3f33c7fb86
1 changed files with 1 additions and 1 deletions
|
|
@ -441,7 +441,7 @@ const JoinDialog = ({
|
|||
{/* /MEDIA PERMISSION BUTTONS */}
|
||||
|
||||
{/* JOIN/AUTH BUTTON */}
|
||||
{authType === 'guest' && !loggedIn &&
|
||||
{authType === 'guest' &&
|
||||
<Grid item>
|
||||
<Button
|
||||
onClick={handleJoin}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue