Stuff more or less works

This commit is contained in:
Pieter Vander Vennet 2021-01-25 04:21:22 +01:00
parent 149e117887
commit e2e48344d6
6 changed files with 38 additions and 38 deletions

View file

@ -50,9 +50,9 @@ export default class UserBadge extends UIElement {
this._homeButton = new VariableUiElement(
this._userDetails.map((userinfo) => {
if (userinfo.home) {
return Svg.home_svg().Render();
return Svg.home_ui().Render();
}
return "";
return " ";
})
).onClick(() => {
const home = State.state.osmConnection.userDetails.data?.home;