This commit is contained in:
Niels Lyngsø
2022-12-16 11:24:37 +01:00
parent e6f7f8ed8f
commit e6cd891631

View File

@@ -108,7 +108,7 @@ export class UmbSectionViewUsersElement extends UmbContextProviderMixin(
}
render() {
return html` <router-slot .routes=${this._routes}></router-slot> `;
return html`<router-slot .routes=${this._routes}></router-slot>`;
}
}