Skip to content

Commit

Permalink
Fix the Enter on Money request flows
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny committed Sep 3, 2023
1 parent 52b1e3e commit 447d216
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/DistanceRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ function DistanceRequest({iou, iouType, report, transaction, mapboxAccessToken})
success
style={[styles.w100, styles.mb4, styles.ph4, styles.flexShrink0]}
onPress={() => IOU.navigateToNextPage(iou, iouType, reportID, report)}
pressOnEnter
isDisabled={waypointMarkers.length < 2}
text={translate('common.next')}
/>
Expand Down

0 comments on commit 447d216

Please sign in to comment.