From d3fdb24660bc8de0b87a2aeadb96249c6c9bc3b2 Mon Sep 17 00:00:00 2001 From: MGLL Date: Wed, 31 Jan 2024 15:23:18 +0100 Subject: [PATCH] fix wrong condition --- src/pages/profile/components/profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/profile/components/profile.tsx b/src/pages/profile/components/profile.tsx index 0e6ca63..7da6b0a 100644 --- a/src/pages/profile/components/profile.tsx +++ b/src/pages/profile/components/profile.tsx @@ -80,7 +80,7 @@ const ProfileData = () => {
<> - {!featureFlags.registrationEmailAsUsername ? ( + {featureFlags.registrationEmailAsUsername ? ( // Username is email, can edit username but must be a valid email