From 631f3c37e382112e2261c7d77888b3612c2b9537 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 25 Nov 2022 14:42:11 -0600 Subject: [PATCH] Settings: put account move above account deletion --- app/soapbox/features/settings/index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/soapbox/features/settings/index.tsx b/app/soapbox/features/settings/index.tsx index b8a7a33ec..17c488a8b 100644 --- a/app/soapbox/features/settings/index.tsx +++ b/app/soapbox/features/settings/index.tsx @@ -116,14 +116,15 @@ const Settings = () => { - {features.security && ( - - )} {features.federating && (features.accountMoving ? ( ) : features.accountAliases && ( ))} + + {features.security && ( + + )}