From 45bcc821258229dcd7b787e18e68239456072d63 Mon Sep 17 00:00:00 2001 From: cooldev900 Date: Wed, 29 Nov 2023 10:37:30 -0600 Subject: [PATCH] show hint in offline state --- src/pages/iou/WaypointEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/iou/WaypointEditor.js b/src/pages/iou/WaypointEditor.js index e45430e4287e..7aedb3954ef6 100644 --- a/src/pages/iou/WaypointEditor.js +++ b/src/pages/iou/WaypointEditor.js @@ -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}