mirror of
https://github.com/vector-im/element-web.git
synced 2025-11-01 16:51:52 +01:00
const
This commit is contained in:
parent
cbc31a6c41
commit
7ff2871ad5
@ -253,7 +253,7 @@ async function loadApp() {
|
||||
} else if (validBrowser) {
|
||||
UpdateChecker.start();
|
||||
|
||||
var MatrixChat = sdk.getComponent('structures.MatrixChat');
|
||||
const MatrixChat = sdk.getComponent('structures.MatrixChat');
|
||||
window.matrixChat = ReactDOM.render(
|
||||
<MatrixChat
|
||||
onNewScreen={onNewScreen}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user