mirror of https://github.com/vector-im/riot-web
Fix redundant getComponent
parent
2c5fb01f03
commit
ca907f42dc
|
@ -36,7 +36,6 @@ function createRoom(opts) {
|
|||
opts = opts || {};
|
||||
|
||||
const ErrorDialog = sdk.getComponent("dialogs.ErrorDialog");
|
||||
const NeedToRegisterDialog = sdk.getComponent("dialogs.NeedToRegisterDialog");
|
||||
const Loader = sdk.getComponent("elements.Spinner");
|
||||
|
||||
const client = MatrixClientPeg.get();
|
||||
|
|
Loading…
Reference in New Issue