Skip to content

Commit b68032f

Browse files
author
Hayata Suenaga
committed
style: run prettier
1 parent da18fef commit b68032f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/components/DistanceRequest.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ function DistanceRequest({transactionID, transaction, mapboxAccessToken}) {
8585
const scrollContainerMaxHeight = variables.baseMenuItemHeight * MAX_WAYPOINTS_TO_DISPLAY + halfMenuItemHeight;
8686

8787
useEffect(() => {
88-
8988
MapboxToken.init();
9089
return MapboxToken.stop;
9190
}, []);

src/languages/es.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2097,7 +2097,7 @@ export default {
20972097
title: 'Mapa pendiente',
20982098
subtitle: 'El mapa se generará cuando vuelvas a estar en línea',
20992099
onlineSubtitle: 'Un momento mientras configuramos el mapa',
2100-
},
2100+
},
21012101
errors: {
21022102
selectSuggestedAddress: 'Por favor, selecciona una dirección sugerida',
21032103
},

0 commit comments

Comments
 (0)