Fix redundant getComponent
This commit is contained in:
parent
2c5fb01f03
commit
ca907f42dc
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue