From 8498754e106d10c6fe5b243333aad398e737e852 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 20 Dec 2022 20:42:50 +0100 Subject: [PATCH] Formatting --- UI/BigComponents/UserInformation.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/UI/BigComponents/UserInformation.ts b/UI/BigComponents/UserInformation.ts index 1e98315eaf..76aadca9de 100644 --- a/UI/BigComponents/UserInformation.ts +++ b/UI/BigComponents/UserInformation.ts @@ -127,7 +127,9 @@ class UserInformationMainPanel extends Combine { new ImportViewerLinks(osmConnection), new SubtleButton(Svg.logout_svg(), Translations.t.general.logout, { imgSize, - }).onClick(() => {osmConnection.LogOut()}), + }).onClick(() => { + osmConnection.LogOut() + }), ]) }) ).SetClass("flex flex-col"),