Skip to content

Commit

Permalink
fix: hide link url
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Aug 21, 2023
1 parent 0c08d09 commit b2416eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/DistanceRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ function DistanceRequest({transactionID, transaction, mapboxAccessToken}) {
icon={Expensicons.EmptyStateRoutePending}
title={translate('distance.mapPending.title')}
subtitle={isOffline ? translate('distance.mapPending.subtitle') : translate('distance.mapPending.onlineSubtitle')}
shouldShowLink={false}
/>
</View>
)}
Expand Down

0 comments on commit b2416eb

Please sign in to comment.