Skip to content

Commit

Permalink
rm duplicate list
Browse files Browse the repository at this point in the history
  • Loading branch information
luacmartins committed Mar 5, 2024
1 parent 3793df3 commit 21f1180
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
7 changes: 0 additions & 7 deletions src/pages/workspace/WorkspaceInitialPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,6 @@ function WorkspaceInitialPage({policyDraft, policy: policyProp, policyMembers, r
action: singleExecution(waitForNavigate(() => Navigation.navigate(ROUTES.WORKSPACE_WORKFLOWS.getRoute(policyID)))),
routeName: SCREENS.WORKSPACE.WORKFLOWS,
},
{
translationKey: 'workspace.common.members',
icon: Expensicons.Users,
action: singleExecution(waitForNavigate(() => Navigation.navigate(ROUTES.WORKSPACE_MEMBERS.getRoute(policyID)))),
brickRoadIndicator: hasMembersError ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : undefined,
routeName: SCREENS.WORKSPACE.MEMBERS,
},
{
translationKey: 'workspace.common.categories',
icon: Expensicons.Folder,
Expand Down
4 changes: 0 additions & 4 deletions src/styles/utils/spacing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,6 @@ export default {
marginLeft: 44,
},

ml13: {
marginLeft: 52,
},

ml18: {
marginLeft: 72,
},
Expand Down

0 comments on commit 21f1180

Please sign in to comment.