From d39b3b8fea8965d9a51a03e416eb13a5385bffe4 Mon Sep 17 00:00:00 2001 From: joungmin Date: Mon, 9 Mar 2026 16:17:19 +0900 Subject: [PATCH] Disable map/satellite toggle on Google Maps Co-Authored-By: Claude Opus 4.6 --- frontend/src/components/MapView.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/MapView.tsx b/frontend/src/components/MapView.tsx index a8984c0..82b3517 100644 --- a/frontend/src/components/MapView.tsx +++ b/frontend/src/components/MapView.tsx @@ -220,6 +220,7 @@ export default function MapView({ restaurants, selected, onSelectRestaurant, onB mapId="tasteby-map" className="h-full w-full" colorScheme="LIGHT" + mapTypeControl={false} >