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 23f7760 commit ffd1010Copy full SHA for ffd1010
src/main/resources/META-INF/resources/frontend/fc-applayout/fc-fusion-layout.ts
@@ -126,7 +126,7 @@ export class FusionLayout extends LitElement {
126
127
render() {
128
return html`
129
- <fc-applayout reveals=${this.reveals} swipeOpen=${this.swipeOpen} fixed=${this.fixed} title=${this.title} id="fusionLayout">
+ <fc-applayout reveals=${this.reveals} swipeOpen=${this.swipeOpen} fixed=${this.fixed} id="fusionLayout">
130
<div slot="profile" style="text-align: center;">
131
<img src=${this.profilePicture} alt=${this.profilePictureAlt} style="width: 80px; margin-top: 20px;">
132
<h4 slot="profile">${this.userName}</h4>
0 commit comments