diff --git a/app/property/[id]/PropertyDetail.js b/app/property/[id]/PropertyDetail.js index 603fd87..fccfaf6 100644 --- a/app/property/[id]/PropertyDetail.js +++ b/app/property/[id]/PropertyDetail.js @@ -991,6 +991,7 @@ export default function PropertyDetailsPage() { )} {/* Contact Card */} + {!isOwnProperty && (
@@ -1019,6 +1020,7 @@ export default function PropertyDetailsPage() { )} + )}