Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloamorimbr authored Dec 5, 2024
1 parent 25c0b2c commit f129f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jsapp/js/account/accountSettingsRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f129f12

Please sign in to comment.