From f1a14c2f7aee110cebc2259e2bc15eec2b0d3554 Mon Sep 17 00:00:00 2001 From: mouazkh Date: Tue, 26 May 2026 23:00:19 +0300 Subject: [PATCH] added a swicher on the properties --- app/property/[id]/PropertyDetail.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/property/[id]/PropertyDetail.js b/app/property/[id]/PropertyDetail.js index 18bbcda..599d82d 100644 --- a/app/property/[id]/PropertyDetail.js +++ b/app/property/[id]/PropertyDetail.js @@ -261,6 +261,7 @@ export default function PropertyDetailsPage() { const avg = await getPropertyAverageRating(propId); setAvgRating(avg); } catch {} + }; const fetchContactInfo = async () => { if (!property) return;