Skip to content

Commit

Permalink
users: the desired spacing is the default no need to specify it
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou authored and martinpitt committed May 20, 2023
1 parent 6ba43fa commit b07bb4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/users/accounts-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ const GroupsList = ({ groups, accounts, isExpanded, setIsExpanded, min_gid, max_
'aria-label': _("Groups"),
'aria-expanded': isExpanded
}}>
<CardTitle className="pf-v5-l-flex pf-m-space-items-sm pf-m-align-items-center">
<CardTitle className="pf-v5-l-flex pf-m-align-items-center">
<Text component={TextVariants.h2}>{_("Groups")}</Text>
{(!isExpanded && !groups.length) && <HelperText> <HelperTextItem variant="indeterminate">{_("Loading...")}</HelperTextItem></HelperText>}
{(!isExpanded && filtered_groups.length > 0) && <>
Expand Down

0 comments on commit b07bb4f

Please sign in to comment.