This commit is contained in:
@ -1191,8 +1191,6 @@ export default function OwnerPropertiesPage() {
|
||||
}
|
||||
|
||||
try {
|
||||
console.log("[OwnerProperties] Fetching listings for user:", userId);
|
||||
|
||||
const [rentData, saleData] = await Promise.allSettled([
|
||||
getMyRentListings(),
|
||||
getMySaleListings(),
|
||||
@ -1215,13 +1213,6 @@ export default function OwnerPropertiesPage() {
|
||||
: []
|
||||
: [];
|
||||
|
||||
console.log(
|
||||
"[OwnerProperties] Rent:",
|
||||
rentList.length,
|
||||
"Sale:",
|
||||
saleList.length,
|
||||
);
|
||||
|
||||
const normalizeServices = (details) => {
|
||||
const rawServices = details.services || {};
|
||||
const serviceList = Array.isArray(rawServices)
|
||||
|
||||
Reference in New Issue
Block a user