diff --git a/app/soapbox/features/settings/index.tsx b/app/soapbox/features/settings/index.tsx index b8a7a33ec7..17c488a8b1 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 && ( + + )}