added a swicher on the properties
All checks were successful
Build frontend / build (push) Successful in 45s

This commit is contained in:
mouazkh
2026-05-26 23:00:19 +03:00
parent 29de55196a
commit f1a14c2f7a

View File

@ -261,6 +261,7 @@ export default function PropertyDetailsPage() {
const avg = await getPropertyAverageRating(propId);
setAvgRating(avg);
} catch {}
};
const fetchContactInfo = async () => {
if (!property) return;