diff --git a/muxplex/frontend/app.js b/muxplex/frontend/app.js index a6fb0bf..0ff0d1d 100644 --- a/muxplex/frontend/app.js +++ b/muxplex/frontend/app.js @@ -434,7 +434,7 @@ function buildTileHTML(session, index, mobile) { } const lastLines = allLines.slice(_lineCount).join('\n'); - const remoteIdAttr = session.remoteId ? ` data-remote-id="${escapeHtml(session.remoteId)}"` : ''; + const remoteIdAttr = session.remoteId != null ? ` data-remote-id="${escapeHtml(session.remoteId)}"` : ''; return ( `
` + `
` + @@ -489,7 +489,7 @@ function buildSidebarHTML(session, currentSession) { const lastLines = allLines.slice(-20).join('\n'); return ( - `
` + + `
` + `