From 6f52c18c0571ed94cf0f07cdaa46d02276180906 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Thu, 9 Jun 2022 12:51:10 -0500 Subject: [PATCH] Settings: fix feature detection of change email, mfa, etc --- app/soapbox/features/settings/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/settings/index.tsx b/app/soapbox/features/settings/index.tsx index 6c25d8a92..d342fd8f8 100644 --- a/app/soapbox/features/settings/index.tsx +++ b/app/soapbox/features/settings/index.tsx @@ -73,7 +73,7 @@ const Settings = () => { - {features.security || features.sessions && ( + {(features.security || features.sessions) && ( <>