Skip to content

Commit

Permalink
navigate to advanced route
Browse files Browse the repository at this point in the history
  • Loading branch information
rushatgabhane committed May 2, 2024
1 parent ff2a309 commit 6bd3fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/accounting/PolicyAccountingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ function accountingIntegrationData(
),
onImportPagePress: () => Navigation.navigate(ROUTES.POLICY_ACCOUNTING_XERO_IMPORT.getRoute(policyID)),
onExportPagePress: () => {},
onAdvancedPagePress: () => {},
onAdvancedPagePress: () => Navigation.navigate(ROUTES.POLICY_ACCOUNTING_XERO_ADVANCED.getRoute(policyID)),
};
default:
return undefined;
Expand Down

0 comments on commit 6bd3fb9

Please sign in to comment.