Disable map/satellite toggle on Google Maps

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
joungmin
2026-03-09 16:17:19 +09:00
parent b3923dcc72
commit d39b3b8fea

View File

@@ -220,6 +220,7 @@ export default function MapView({ restaurants, selected, onSelectRestaurant, onB
mapId="tasteby-map"
className="h-full w-full"
colorScheme="LIGHT"
mapTypeControl={false}
>
<MapContent
restaurants={restaurants}