From e3a52f216864fbbb938dcd10571475b91e6f0df7 Mon Sep 17 00:00:00 2001
From: Greg Fodor <gfodor@gmail.com>
Date: Mon, 15 Oct 2018 22:59:28 +0000
Subject: [PATCH] Fix up some places using old hub.link

---
 src/react-components/ui-root.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/react-components/ui-root.js b/src/react-components/ui-root.js
index 702845088..153bd64b3 100644
--- a/src/react-components/ui-root.js
+++ b/src/react-components/ui-root.js
@@ -977,7 +977,7 @@ class UIRoot extends Component {
                       ? navigator.share
                         ? "sharing..."
                         : "copied!"
-                      : "hub.link/" + this.props.hubEntryCode}
+                      : "hub.link/" + this.props.hubId}
                   </span>
                 </button>
               )}
-- 
GitLab