Skip to content

Commit

Permalink
Merge pull request #32854 from mkhutornyi/fix-32836
Browse files Browse the repository at this point in the history
(cherry picked from commit 091d6a0)
  • Loading branch information
francoisl authored and OSBotify committed Dec 11, 2023
1 parent 8954be6 commit 4f1fd12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/iou/request/step/IOURequestStepScan/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const defaultProps = {
function IOURequestStepScan({
report,
route: {
params: {iouType, reportID, transactionID, pageIndex, backTo},
params: {iouType, reportID, transactionID, backTo},
},
}) {
const theme = useTheme();
Expand Down Expand Up @@ -207,7 +207,7 @@ function IOURequestStepScan({
style={[styles.cameraView]}
zoom={device.neutralZoom}
photo
cameraTabIndex={pageIndex}
cameraTabIndex={1}
/>
)}
<View style={[styles.flexRow, styles.justifyContentAround, styles.alignItemsCenter, styles.pv3]}>
Expand Down

0 comments on commit 4f1fd12

Please sign in to comment.