Remove back button from lobby header

This commit is contained in:
Robert Long 2021-12-13 15:27:49 -08:00
parent d5407270ad
commit 1ad4ad5bb0

View file

@ -246,7 +246,6 @@ function RoomSetupView({
localVideoMuted,
toggleLocalVideoMuted,
toggleMicrophoneMuted,
hasLocalParticipant,
setShowInspector,
showInspector,
roomId,
@ -263,10 +262,7 @@ function RoomSetupView({
<div className={styles.room}>
<Header>
<LeftNav>
<RoomSetupHeaderInfo
onPress={() => history.goBack()}
roomName={roomName}
/>
<RoomHeaderInfo roomName={roomName} />
</LeftNav>
<RightNav>
<UserMenu />
@ -275,9 +271,6 @@ function RoomSetupView({
<div className={styles.joinRoom}>
<div className={styles.joinRoomContent}>
<h1>New Call</h1>
{hasLocalParticipant && (
<p>Warning, you are signed into this call on another device.</p>
)}
<div className={styles.preview}>
{state === GroupCallState.LocalCallFeedUninitialized && (
<p className={styles.webcamPermissions}>