diff --git a/src/components/map/properties-map-view.tsx b/src/components/map/properties-map-view.tsx index bedbc5e..8321a9e 100644 --- a/src/components/map/properties-map-view.tsx +++ b/src/components/map/properties-map-view.tsx @@ -27,5 +27,9 @@ interface Props { } export function PropertiesMapView(props: Props) { - return ; + return ( +
+ +
+ ); } diff --git a/src/components/properties/properties-client.tsx b/src/components/properties/properties-client.tsx index 515b470..701b09d 100644 --- a/src/components/properties/properties-client.tsx +++ b/src/components/properties/properties-client.tsx @@ -188,9 +188,12 @@ export function PropertiesClient({ initialProperties }: PropertiesClientProps) { {/* Map view — split layout */} {viewMode === "map" && ( -
+
{/* Left: scrollable property cards */} -
+
{properties.length === 0 && (

Henüz ilan yok.

)} @@ -263,7 +266,7 @@ export function PropertiesClient({ initialProperties }: PropertiesClientProps) {
{/* Right: map */} -
+