diff --git a/src/app/student/map/_components/BoothMarker.tsx b/src/app/student/map/_components/BoothMarker.tsx index 6516592..225caee 100644 --- a/src/app/student/map/_components/BoothMarker.tsx +++ b/src/app/student/map/_components/BoothMarker.tsx @@ -11,7 +11,9 @@ export function BoothMarker({ booth, scale }: { booth: Booth; scale: number }) { key={booth.id} longitude={booth.center[0]} latitude={booth.center[1]}> -