We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7915518 commit 51d35d4Copy full SHA for 51d35d4
src/Hosting.ts
@@ -301,9 +301,7 @@ export function Hosting<
301
></mwc-icon-button>
302
<div slot="title" id="title">${this.docName}</div>
303
${this.username != undefined
304
- ? html`<span id="userField" slot="actionItems" style="font-family:Roboto" >
305
- ${translate('userinfo.loggedInAs', {name: this.username})}
306
- </span>`
+ ? html`<span id="userField" slot="actionItems" style="font-family:Roboto" >${translate('userinfo.loggedInAs', {name: this.username})}</span>`
307
: ``}
308
${this.menu.map(this.renderActionItem)}
309
${this.doc
0 commit comments