From 6ddda318bd26427d940123b09e9579116ef4ba33 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Mon, 29 Jul 2024 20:38:35 +0200 Subject: [PATCH] fix simple form --- src/Components/Profile/ProfileForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/Profile/ProfileForm.tsx b/src/Components/Profile/ProfileForm.tsx index c407c913..03258d64 100644 --- a/src/Components/Profile/ProfileForm.tsx +++ b/src/Components/Profile/ProfileForm.tsx @@ -130,7 +130,7 @@ export function ProfileForm({ userType }: { userType: string }) { )} {template == "simple" && - + } {template == "tabs" &&