This commit is contained in:
@ -1781,6 +1781,12 @@ export default function OwnerPropertiesPage() {
|
||||
</span>
|
||||
</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">
|
||||
{property.bedrooms > 0 && (
|
||||
<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