This commit is contained in:
trochas
2025-12-15 15:42:23 +01:00
2 changed files with 11 additions and 6 deletions

View File

@@ -61,7 +61,7 @@ const region = {
<Marker
key = {chantier.id}
coordinate={{ latitude: chantier.latitude, longitude: chantier.longitude}}
title={chantier.adresse}
title={chantier.name}
description={chantier.etat}
/>
))}