This commit is contained in:
@ -1781,6 +1781,12 @@ export default function OwnerPropertiesPage() {
|
|||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{property.description && (
|
||||||
|
<p className="text-xs text-gray-600 leading-relaxed mb-2 line-clamp-2">
|
||||||
|
{property.description}
|
||||||
|
</p>
|
||||||
|
)}
|
||||||
|
|
||||||
<div className="flex flex-wrap items-center gap-2 text-xs text-gray-600 mb-2">
|
<div className="flex flex-wrap items-center gap-2 text-xs text-gray-600 mb-2">
|
||||||
{property.bedrooms > 0 && (
|
{property.bedrooms > 0 && (
|
||||||
<div className="flex items-center gap-0.5 bg-gray-50 px-2 py-0.5 rounded-md">
|
<div className="flex items-center gap-0.5 bg-gray-50 px-2 py-0.5 rounded-md">
|
||||||
|
|||||||
Reference in New Issue
Block a user