Skip to content

Commit

Permalink
Revert last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhenjaHorbach committed Sep 3, 2023
1 parent 2bb2fcc commit 5161f84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/DistanceRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ function DistanceRequest({iou, iouType, report, transaction, mapboxAccessToken})
colors={[theme.transparent, theme.modalBackground]}
/>
)}
{hasRouteError && (
<DotIndicatorMessage
style={[styles.mh5, styles.mv3]}
messages={ErrorUtils.getLatestErrorField(transaction, 'route')}
type="error"
/>
)}
</View>
{hasRouteError && (
<DotIndicatorMessage
style={[styles.mh5, styles.mv3]}
messages="asdsadasda"
type="error"
/>
)}
<View style={[styles.flexRow, styles.justifyContentCenter, styles.pt1]}>
<Button
small
Expand Down

0 comments on commit 5161f84

Please sign in to comment.