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);
|
const avg = await getPropertyAverageRating(propId);
|
||||||
setAvgRating(avg);
|
setAvgRating(avg);
|
||||||
} catch {}
|
} catch {}
|
||||||
|
};
|
||||||
|
|
||||||
const fetchContactInfo = async () => {
|
const fetchContactInfo = async () => {
|
||||||
if (!property) return;
|
if (!property) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user