Skip to content

Commit 77150df

Browse files
committed
fixx prettier
1 parent fc3d993 commit 77150df

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/pages/workspace/accounting/intacct/export/DynamicSageIntacctTravelInvoicingConfigurationPage.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ function DynamicSageIntacctTravelInvoicingConfigurationPage({policy}: WithPolicy
5050
<MenuItemWithTopDescription
5151
title={travelPayableAccount?.name}
5252
description={translate('workspace.sageIntacct.creditCardAccount')}
53-
onPress={() =>
54-
Navigation.navigate(createDynamicRoute(DYNAMIC_ROUTES.POLICY_ACCOUNTING_SAGE_INTACCT_TRAVEL_INVOICING_PAYABLE_ACCOUNT_SELECT.path, travelInvoicingPath))
55-
}
53+
onPress={() => Navigation.navigate(createDynamicRoute(DYNAMIC_ROUTES.POLICY_ACCOUNTING_SAGE_INTACCT_TRAVEL_INVOICING_PAYABLE_ACCOUNT_SELECT.path, travelInvoicingPath))}
5654
shouldShowRightIcon
5755
brickRoadIndicator={areSettingsInErrorFields(payableAccountSetting, config?.errorFields) ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : undefined}
5856
/>

0 commit comments

Comments
 (0)