We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b069fc commit e338cb4Copy full SHA for e338cb4
1 file changed
src/ROUTES.ts
@@ -606,7 +606,6 @@ const ROUTES = {
606
},
607
BANK_ACCOUNT_USD_SETUP: {
608
route: 'bank-account/new/us/:page?/:subPage?/:action?',
609
- // eslint-disable-next-line no-restricted-syntax -- Legacy route generation
610
getRoute: ({policyID, page, subPage, action, backTo}: {policyID?: string; page?: string; subPage?: string; action?: 'edit'; backTo?: string}) => {
611
const base = 'bank-account/new/us';
612
const pagePart = page ? `/${page}` : '';
0 commit comments