This commit is contained in:
2024-07-18 14:38:33 +05:00
parent 0a5d0a66f0
commit b5afd88bdd
17 changed files with 70 additions and 52 deletions
+2 -2
View File
@@ -54,12 +54,12 @@ const ApartmentSidebar = ({ currentApartment }: ApartmentSidebarProps) => {
<div className="flex justify-between text-m">
<p className="text-[#73787C]">Size</p>
<p className="text-[#0D1922]">
{currentApartment.Total_Area_Sqft} Sqft
{Number(currentApartment.Total_Area_Sqft).toFixed(2)} Sqft
</p>
</div>
</div>
<p className="text-[#00BED7] font-semibold text-subheadline-s leading-7">
Unvailiable
Unavailable
{/* AED {formatNumber(1668888, ",", 3, 1)} */}
</p>
</div>