From 364c76a696e5bf0af84206f6a2059b1ae7bf4d16 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Sat, 15 Sep 2018 18:50:45 +0000
Subject: [PATCH] Fix typo

---
 src/hub.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/hub.js b/src/hub.js
index e67d6cc99..ff21647ad 100644
--- a/src/hub.js
+++ b/src/hub.js
@@ -539,7 +539,7 @@ const onReady = async () => {
   });
   environmentRoot.appendChild(initialEnvironmentEl);
 
-  const enterSceneWhenReady = hudId => {
+  const enterSceneWhenReady = hubId => {
     const enterSceneImmediately = () => enterScene(new MediaStream(), false, hubId);
     if (scene.hasLoaded) {
       enterSceneImmediately();
-- 
GitLab