Skip to content

Commit

Permalink
Remove SCREENS.MONEY_REQUEST.CURRENCY type
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Apr 10, 2024
1 parent ea43c08 commit 5756241
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/libs/Navigation/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -360,12 +360,6 @@ type MoneyRequestNavigatorParamList = {
iouType: string;
reportID: string;
};
[SCREENS.MONEY_REQUEST.CURRENCY]: {
iouType: string;
reportID: string;
currency: string;
backTo: Routes;
};
[SCREENS.MONEY_REQUEST.STEP_DATE]: {
action: ValueOf<typeof CONST.IOU.ACTION>;
iouType: ValueOf<typeof CONST.IOU.TYPE>;
Expand Down

0 comments on commit 5756241

Please sign in to comment.