diff --git a/client/src/pages/map/MapPage.tsx b/client/src/pages/map/MapPage.tsx index 84e5324..e99cd18 100644 --- a/client/src/pages/map/MapPage.tsx +++ b/client/src/pages/map/MapPage.tsx @@ -105,7 +105,7 @@ const MapPage = () => {

Où est mon Flami

{ - flamiLocation !== null ? () : (

Aucune position trouvé.

) + flamiLocation !== null ? () : (

Aucune position trouvée.

) }