Skip to content

Commit

Permalink
show hint in offline state
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldev900 committed Nov 29, 2023
1 parent bffc960 commit 45bcc82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/iou/WaypointEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function WaypointEditor({route: {params: {iouType = '', transactionID = '', wayp
canUseCurrentLocation
inputID={`waypoint${waypointIndex}`}
ref={(e) => (textInput.current = e)}
hint={!isOffline ? 'distance.errors.selectSuggestedAddress' : ''}
hint="distance.errors.selectSuggestedAddress"
containerStyles={[styles.mt3]}
label={translate('distance.address')}
defaultValue={waypointAddress}
Expand Down

0 comments on commit 45bcc82

Please sign in to comment.