Skip to content

Commit

Permalink
Fix routes
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-marcellini committed Aug 5, 2023
1 parent ca0d60d commit c861785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/ROUTES.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default {
MONEY_REQUEST_DESCRIPTION: ':iouType/new/description/:reportID?',
MONEY_REQUEST_MANUAL_TAB: ':iouType/new/:reportID?/manual',
MONEY_REQUEST_SCAN_TAB: ':iouType/new/:reportID?/scan',
MONEY_REQUEST_DISTANCE_TAB: ':iouType/new/:reportID?/distance',
IOU_SEND_ADD_BANK_ACCOUNT: `${IOU_SEND}/add-bank-account`,
IOU_SEND_ADD_DEBIT_CARD: `${IOU_SEND}/add-debit-card`,
IOU_SEND_ENABLE_PAYMENTS: `${IOU_SEND}/enable-payments`,
Expand Down
4 changes: 4 additions & 0 deletions src/libs/Navigation/linkingConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ export default {
path: ROUTES.MONEY_REQUEST_SCAN_TAB,
exact: true,
},
distance: {
path: ROUTES.MONEY_REQUEST_DISTANCE_TAB,
exact: true,
},
},
},
Money_Request_Amount: ROUTES.MONEY_REQUEST_AMOUNT,
Expand Down

0 comments on commit c861785

Please sign in to comment.