From 370c19bb0c39923529647092f33aaff6f93f51da Mon Sep 17 00:00:00 2001 From: inmake Date: Mon, 23 Sep 2024 16:57:12 +0500 Subject: [PATCH] upd --- client/src/pages/ComplexWingPage.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/client/src/pages/ComplexWingPage.tsx b/client/src/pages/ComplexWingPage.tsx index a7d7f8c..f7a1e72 100644 --- a/client/src/pages/ComplexWingPage.tsx +++ b/client/src/pages/ComplexWingPage.tsx @@ -177,18 +177,20 @@ function ComplexWingPage() { {selectedFloorPath?.dataset["floor"] !== "Sky Garden" ? (
-
-
-

- {selectedFloorPath?.dataset["wing"] === "West" ? ( - <>{+selectedFloorPath.dataset["floor"]! < 24 ? 6 : 0} - ) : ( - 0 - )} -

-
-

Studio Flex

-
+ {selectedFloorPath?.dataset["wing"] === "West" && ( + <> + {+selectedFloorPath.dataset["floor"]! < 24 && ( +
+
+

+ 6 +

+
+

Studio Flex

+
+ )} + + )}