Skip to content

Commit

Permalink
format data access tier names
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthibault79 committed Jan 14, 2022
1 parent dc63efb commit 32c2411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/pages/admin/admin-user-profile.tsx
Expand Up @@ -105,7 +105,7 @@ const UneditableFields = (props: { profile: Profile }) => {
<UneditableField label='User name' value={username} />
<UneditableField
label='Data Access Tiers'
value={accessTierShortNames.map(displayNameForTier).join(' ,')}
value={accessTierShortNames.map(displayNameForTier).join(', ')}
/>
</FlexColumn>
</FlexRow>
Expand Down

0 comments on commit 32c2411

Please sign in to comment.