From 7ff2871ad513698fe210b408d15c76ef30eb2874 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Thu, 9 Mar 2017 10:04:15 +0000 Subject: [PATCH] const --- src/vector/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vector/index.js b/src/vector/index.js index 6fb6506d53..e4471be79e 100644 --- a/src/vector/index.js +++ b/src/vector/index.js @@ -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(