Fix guest join button after auth

This commit is contained in:
Roman Drozd 2020-10-27 18:56:43 +01:00
parent 734a851ac5
commit 3f33c7fb86

View file

@ -441,7 +441,7 @@ const JoinDialog = ({
{/* /MEDIA PERMISSION BUTTONS */}
{/* JOIN/AUTH BUTTON */}
{authType === 'guest' && !loggedIn &&
{authType === 'guest' &&
<Grid item>
<Button
onClick={handleJoin}