Skip to content

Commit 36a1171

Browse files
committed
Remove unnecessary fragment
1 parent 90cc036 commit 36a1171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/workspace/WorkspacesListPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ function WorkspacesListPage({policies, allPolicyMembers, reimbursementAccount, u
205205
description="workspace.emptyWorkspace.subtitle"
206206
/>
207207
) : (
208-
<>{_.map(workspaces, (item, index) => getMenuItem(item, index))}</>
208+
_.map(workspaces, (item, index) => getMenuItem(item, index))
209209
)}
210210
</IllustratedHeaderPageLayout>
211211
);

0 commit comments

Comments
 (0)