Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Dec 12, 2023
1 parent f7ad4f9 commit d239335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepParticipants.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function IOURequestStepParticipants({
(nextStepIOUType) => {
Navigation.navigate(ROUTES.MONEY_REQUEST_STEP_CONFIRMATION.getRoute(nextStepIOUType, transactionID, selectedReportID.current || reportID));
},
[iouType, transactionID, reportID],
[transactionID, reportID],
);

const navigateBack = useCallback(() => {
Expand Down

0 comments on commit d239335

Please sign in to comment.