Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Hayata Suenaga committed Aug 17, 2023
1 parent da18fef commit b68032f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/components/DistanceRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ function DistanceRequest({transactionID, transaction, mapboxAccessToken}) {
const scrollContainerMaxHeight = variables.baseMenuItemHeight * MAX_WAYPOINTS_TO_DISPLAY + halfMenuItemHeight;

useEffect(() => {

MapboxToken.init();
return MapboxToken.stop;
}, []);
Expand Down
2 changes: 1 addition & 1 deletion src/languages/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ export default {
title: 'Mapa pendiente',
subtitle: 'El mapa se generará cuando vuelvas a estar en línea',
onlineSubtitle: 'Un momento mientras configuramos el mapa',
},
},
errors: {
selectSuggestedAddress: 'Por favor, selecciona una dirección sugerida',
},
Expand Down

0 comments on commit b68032f

Please sign in to comment.