Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Apr 19, 2024
1 parent 13af897 commit 9802487
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/MoneyRequestHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,8 @@ function MoneyRequestHeader({session, parentReport, report, parentReportAction,
if (isOnHold) {
IOU.unholdRequest(iouTransactionID, report?.reportID);
} else {
if (!policy?.type) {
return;
}

const activeRoute = encodeURIComponent(Navigation.getActiveRouteWithoutParams());
<<<<<<< HEAD
Navigation.navigate(ROUTES.MONEY_REQUEST_HOLD_REASON.getRoute(policy?.type ?? CONST.POLICY.TYPE.PERSONAL, iouTransactionID, report?.reportID, activeRoute));
=======
Navigation.navigate(ROUTES.MONEY_REQUEST_HOLD_REASON.getRoute(policy.type, iouTransactionID, report?.reportID, activeRoute));
>>>>>>> main
}
};

Expand Down

0 comments on commit 9802487

Please sign in to comment.