forked from amer2004/SweetHome
added a swicher on the properties
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