diff --git a/client/src/components/ApartmentSidebar.tsx b/client/src/components/ApartmentSidebar.tsx index 6773373..8775547 100644 --- a/client/src/components/ApartmentSidebar.tsx +++ b/client/src/components/ApartmentSidebar.tsx @@ -9,7 +9,7 @@ interface ApartmentSidebarProps { const ApartmentSidebar = ({ currentApartment }: ApartmentSidebarProps) => { const navigate = useNavigate(); - const unitNo = currentApartment.Unit_No.split("-")[1]; + // const unitNo = currentApartment.Unit_No.split("-")[1]; const wing = currentApartment.Unit_No.split("-")[0] === "E" ? "East Wing" : "West Wing"; @@ -18,11 +18,16 @@ const ApartmentSidebar = ({ currentApartment }: ApartmentSidebarProps) => { }; return ( -
- View from window -
++ View from window +
++ Burj Khalifa +
+
{
/>
Complex
-{currentApartment.Project_Name}
-Section
-{wing}
-Floor
-{currentApartment.Floor}
-Number
-{unitNo}
-Size
-+
+ {currentApartment.Project_Name} +
++ {wing} +
+ ++ Floor {currentApartment.Floor} +
+ ++ {currentApartment.Unit_No} +
++ Total Area +
+{currentApartment.Total_Area_Sqft} Sqft
+ Suite Area +
++ {currentApartment.Suite_Area_Sqft} Sqft +
++ Balcony Area +
++ {currentApartment.Balcony_Area_Sqft} Sqft +
++ Status +
++ {currentApartment.Property_Status} +
++ Parking Space +
+1
++
Unvailiable - {/* AED {formatNumber(1668888, ",", 3, 1)} */}
{checkbox.title}
+{checkbox.title}
{selectedOpt} floor
} +{opt.value} floor
+