mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 18:20:17 +01:00
Interface d'attente + logout
This commit is contained in:
@@ -82,7 +82,7 @@ export function PlacementMap({ ...props}) {
|
||||
</Popup>
|
||||
</Marker>}
|
||||
<MapPan center={currentPosition}/>
|
||||
<Circle center={startingArea?.center} radius={startingArea?.radius} color='blue' />
|
||||
{startingArea && <Circle center={startingArea?.center} radius={startingArea?.radius} color='blue' />}
|
||||
</MapContainer>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user