added a swicher on the properties
All checks were successful
Build frontend / build (push) Successful in 45s
All checks were successful
Build frontend / build (push) Successful in 45s
This commit is contained in:
@ -261,6 +261,7 @@ export default function PropertyDetailsPage() {
|
||||
const avg = await getPropertyAverageRating(propId);
|
||||
setAvgRating(avg);
|
||||
} catch {}
|
||||
};
|
||||
|
||||
const fetchContactInfo = async () => {
|
||||
if (!property) return;
|
||||
|
||||
Reference in New Issue
Block a user