diff --git a/src/components/supply/PropertyDetailView.tsx b/src/components/supply/PropertyDetailView.tsx index 55e4dec..00ccb91 100644 --- a/src/components/supply/PropertyDetailView.tsx +++ b/src/components/supply/PropertyDetailView.tsx @@ -126,6 +126,24 @@ function OverviewPanel({ p }: { p: Property }) { )} + {p.location.coordinates && ( + + + + Standort + + + {p.address.street} {p.address.houseNumber}, {p.address.postalCode} {p.address.city} + + + + + )} Score @@ -366,7 +384,7 @@ export function PropertyDetailView({ propertyId, onClose }: PropertyDetailViewPr )} - {/* Photo + Map — stacked, compact */} + {/* Photo only — map moved into Übersicht tab */} {property.images?.[0] && ( )} - {property.location.coordinates && ( - - - - )} {/* Tabs */}