fix lint errors

pull/10851/head
Shawn 3 years ago committed by Hristo Terezov
parent f5c0d7da5e
commit 2ac410df00
  1. 3
      react/features/app/getRouteToRender.web.js

@ -80,7 +80,8 @@ function _getWebWelcomePageRoute(state) {
}
} else {
// Web: if the welcome page is disabled, go directly to a random room.
let url = new URL(window.location.href);
const url = new URL(window.location.href);
url.pathname += generateRoomWithoutSeparator();
route.href = url.href;
}

Loading…
Cancel
Save