You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/Navigation/types.ts
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2277,14 +2277,6 @@ type ReimbursementAccountNavigatorParamList = {
2277
2277
bankAccountID?: string;
2278
2278
subStep?: typeofCONST.BANK_ACCOUNT.STEP.COUNTRY;
2279
2279
};
2280
-
[SCREENS.REIMBURSEMENT_ACCOUNT_USD]: {
2281
-
page?: string;
2282
-
subPage?: string;
2283
-
action?: 'edit';
2284
-
policyID?: string;
2285
-
// eslint-disable-next-line no-restricted-syntax -- backTo is a temporary param will be removed after https://github.com/Expensify/App/issues/73825 is done
0 commit comments