Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhutornyi committed Dec 12, 2023
1 parent f4456b3 commit 53f2895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/request/step/IOURequestStepScan/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ function IOURequestStepScan({
}

Navigation.navigate(ROUTES.MONEY_REQUEST_STEP_PARTICIPANTS.getRoute(iouType, transactionID, reportID));
}, [cameraRef, report, iouType, transactionID, reportID]);
}, [cameraRef, report, iouType, transactionID, reportID, backTo]);

const panResponder = useRef(
PanResponder.create({
Expand Down

0 comments on commit 53f2895

Please sign in to comment.