|
@@ -165,21 +166,51 @@ export function MatchesClient({ matches, customers, properties, searches }: Matc
|
openBreakdown(m)}>
{customer?.name ?? m.customerId}
- {customer?.phone && (
- {customer.phone}
- )}
+
|
- openBreakdown(m)}>
- {property?.title ?? m.propertyId}
+ |
+ e.stopPropagation()}
+ >
+ {property?.title ?? m.propertyId}
+
{property?.city && (
- {property.city}
+
+ {property.city}{property.district ? `, ${property.district}` : ""}
+
+ )}
+ {property?.price != null && (
+
+ {property.price.toLocaleString("tr-TR")} {property.currency ?? "₺"}
+
)}
|
{new Date(m.$createdAt).toLocaleDateString("tr-TR")}
|
- {m.notified ? (
+ {m.notified === true ? (
Bildirildi
@@ -192,7 +223,7 @@ export function MatchesClient({ matches, customers, properties, searches }: Matc
)}
|
- {!m.notified && (
+ {m.notified !== true && (
|