Skip to content

Commit 2a76830

Browse files
jellymartinpitt
authored andcommitted
users: Remove useless React fragment
1 parent b299b71 commit 2a76830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/users/account-details.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export function AccountDetails({ accounts, groups, current_user, user, shells })
178178
if (!account) {
179179
return (
180180
<EmptyState variant={EmptyStateVariant.sm} id="account-failure">
181-
<EmptyStateHeader titleText={<>{_("Account not available or cannot be edited.")}</>} icon={<EmptyStateIcon icon={ExclamationCircleIcon} />} headingLevel="h1" />
181+
<EmptyStateHeader titleText={_("Account not available or cannot be edited.")} icon={<EmptyStateIcon icon={ExclamationCircleIcon} />} headingLevel="h1" />
182182
<EmptyStateFooter>
183183
<EmptyStateActions>
184184
<Breadcrumb>

0 commit comments

Comments
 (0)