diff --git a/app/(theme)/map/layout.tsx b/app/(theme)/map/layout.tsx
index d1b3366b..3c627640 100644
--- a/app/(theme)/map/layout.tsx
+++ b/app/(theme)/map/layout.tsx
@@ -31,7 +31,7 @@ export default async function MapLayout({
return (
<>
- {children}
+ {children}
>
)
}
diff --git a/app/(theme)/map/page.tsx b/app/(theme)/map/page.tsx
index 2723980e..9667905b 100644
--- a/app/(theme)/map/page.tsx
+++ b/app/(theme)/map/page.tsx
@@ -16,7 +16,7 @@ export default async function MapPage() {
const images = await fetchMapImages()
return (
-