jbilcke-hf HF staff commited on
Commit
4176cd5
1 Parent(s): b75c3b9
Files changed (1) hide show
  1. public/index.html +1 -1
public/index.html CHANGED
@@ -210,7 +210,7 @@ function app() {
210
 
211
  const urlParams = new URLSearchParams(window.location.search)
212
 
213
- const requestedChannelId = `${urlParams.get('channel') || ''}`
214
 
215
  this.enabled = true
216
  // this.enabled = `${urlParams.get('beta') || 'false'}` === 'true'
 
210
 
211
  const urlParams = new URLSearchParams(window.location.search)
212
 
213
+ const requestedChannelId = `${urlParams.get('channel') || 'random'}`
214
 
215
  this.enabled = true
216
  // this.enabled = `${urlParams.get('beta') || 'false'}` === 'true'