diff --git a/pkg/arvo/app/chat/index.html b/pkg/arvo/app/chat/index.html index 75af75a30..b76698e7c 100644 --- a/pkg/arvo/app/chat/index.html +++ b/pkg/arvo/app/chat/index.html @@ -9,7 +9,6 @@ - this.addGroup(group)} onClick={() => this.toggleOpen()} ref={el => this.toggleButton = el} > -

{currentGroup}

+

{currentGroup}

{ if (basePath === '~chat') -return 'Chat'; - // if (path === '~chat') return 'Publish'; + return 'Chat'; + if (basePath === '~dojo') + return 'Dojo'; + // if (basePath === '~publish') return 'Publish'; }; const StatusBar = (props) => { @@ -32,7 +34,7 @@ const StatusBar = (props) => { style={{ height: 45 }} >
- +