Skip to content

Commit

Permalink
Remove unnecessary fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
roryabraham committed Jul 24, 2023
1 parent 90cc036 commit 36a1171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspacesListPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ function WorkspacesListPage({policies, allPolicyMembers, reimbursementAccount, u
description="workspace.emptyWorkspace.subtitle"
/>
) : (
<>{_.map(workspaces, (item, index) => getMenuItem(item, index))}</>
_.map(workspaces, (item, index) => getMenuItem(item, index))
)}
</IllustratedHeaderPageLayout>
);
Expand Down

0 comments on commit 36a1171

Please sign in to comment.