Feat: correction Map pour afficher le nom au lieu de l'adresse + Update README
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user