upd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user