Skip to content

Commit 51d35d4

Browse files
author
Rob Tjalma
committed
Fix
Signed-off-by: Rob Tjalma <[email protected]>
1 parent 7915518 commit 51d35d4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Hosting.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,9 +301,7 @@ export function Hosting<
301301
></mwc-icon-button>
302302
<div slot="title" id="title">${this.docName}</div>
303303
${this.username != undefined
304-
? html`<span id="userField" slot="actionItems" style="font-family:Roboto" >
305-
${translate('userinfo.loggedInAs', {name: this.username})}
306-
</span>`
304+
? html`<span id="userField" slot="actionItems" style="font-family:Roboto" >${translate('userinfo.loggedInAs', {name: this.username})}</span>`
307305
: ``}
308306
${this.menu.map(this.renderActionItem)}
309307
${this.doc

0 commit comments

Comments
 (0)