From f129f12a790225724cf85683947e8eee4d88c859 Mon Sep 17 00:00:00 2001 From: Paulo Amorim Date: Thu, 5 Dec 2024 05:26:08 -0300 Subject: [PATCH] fix typo --- jsapp/js/account/accountSettingsRoute.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsapp/js/account/accountSettingsRoute.tsx b/jsapp/js/account/accountSettingsRoute.tsx index 929b12a9f5..3a145b44e1 100644 --- a/jsapp/js/account/accountSettingsRoute.tsx +++ b/jsapp/js/account/accountSettingsRoute.tsx @@ -74,8 +74,8 @@ const AccountSettings = () => { const organization = orgQuery.data; - // We will not display organization fields if it's and MMO organization - // in favor of only displaying those fields in organization settings view + // We will not display organization fields if user is a member of an MMO, + // only displaying these fields in organization settings view setDisplayedFields( !organization?.is_mmo ? fieldKeys