From 99b43f225c7b9c68712303e91abe48df17b2aecd Mon Sep 17 00:00:00 2001 From: Echo Date: Wed, 11 Mar 2026 14:52:44 +0100 Subject: [PATCH] [Glitch] Profile editing: Always show field buttons Port 4a08ab64d1d22e0572e85a2ace18347ec00b2ff6 to glitch-soc Signed-off-by: Claire --- .../glitch/features/account_edit/index.tsx | 31 +++++++++---------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/app/javascript/flavours/glitch/features/account_edit/index.tsx b/app/javascript/flavours/glitch/features/account_edit/index.tsx index ec88acc758..feb1313c7c 100644 --- a/app/javascript/flavours/glitch/features/account_edit/index.tsx +++ b/app/javascript/flavours/glitch/features/account_edit/index.tsx @@ -205,24 +205,21 @@ export const AccountEdit: FC = () => { showDescription={!hasFields} buttons={ <> - {profile.fields.length > 1 && ( - - )} - {hasFields && ( - = maxFieldCount} + + = maxFieldCount} + /> } >