mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Fix redundant getComponent
This commit is contained in:
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
Block a user