Skip to content

Commit

Permalink
remove other integrations
Browse files Browse the repository at this point in the history
  • Loading branch information
teneeto committed Apr 9, 2024
1 parent 23f1487 commit 816bf44
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/pages/workspace/accounting/WorkspaceAccountingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,6 @@ function WorkspaceAccountingPage({policy}: WithPolicyProps) {
wrapperStyle: [styles.sectionMenuItemTopDescription],
onPress: () => {},
},
{
key: 'workspace.accounting.other',
iconRight: Expensicons.DownArrow,
shouldShowRightIcon: true,
description: translate('workspace.accounting.other'),
wrapperStyle: [styles.sectionMenuItemTopDescription, styles.mt3],
onPress: () => {},
},
]),
],
[
Expand Down

0 comments on commit 816bf44

Please sign in to comment.