diff --git a/src/Room.jsx b/src/Room.jsx index dfb366cd7..9bc589ddc 100644 --- a/src/Room.jsx +++ b/src/Room.jsx @@ -250,7 +250,6 @@ function RoomSetupView({ showInspector, roomId, }) { - const history = useHistory(); const { stream } = useCallFeed(localCallFeed); const videoRef = useMediaStream(stream, true); @@ -270,7 +269,7 @@ function RoomSetupView({
diff --git a/src/Room.module.css b/src/Room.module.css index bdee2f1f9..3c31183fa 100644 --- a/src/Room.module.css +++ b/src/Room.module.css @@ -46,6 +46,7 @@ limitations under the License. .joinRoomContent h1 { display: none; + margin: 0; } .joinRoomFooter {