remove text string from support tab view (left there by accident)

pull/1/head
Iuri Matias 7 years ago
parent 2d0c110936
commit f8386b22c5
  1. 2
      src/app/tabs/support-tab.js

@ -34,7 +34,7 @@ function supportTabView (gitterIframe) {
}
function supportTab (container, events) {
let el = supportTabView('hello')
let el = supportTabView('')
let gitterIsLoaded = false
events.app.register('tabChanged', (tabName) => {

Loading…
Cancel
Save