Formatting

This commit is contained in:
Pieter Vander Vennet 2022-12-20 20:42:50 +01:00
parent c0fab792c3
commit 8498754e10

View file

@ -127,7 +127,9 @@ class UserInformationMainPanel extends Combine {
new ImportViewerLinks(osmConnection), new ImportViewerLinks(osmConnection),
new SubtleButton(Svg.logout_svg(), Translations.t.general.logout, { new SubtleButton(Svg.logout_svg(), Translations.t.general.logout, {
imgSize, imgSize,
}).onClick(() => {osmConnection.LogOut()}), }).onClick(() => {
osmConnection.LogOut()
}),
]) ])
}) })
).SetClass("flex flex-col"), ).SetClass("flex flex-col"),