upd
This commit is contained in:
@@ -161,16 +161,18 @@ function ComplexWingPage() {
|
||||
`${selectedFloorPath?.dataset["wing"]} Wing`}
|
||||
</p>
|
||||
</div>
|
||||
<div className="bg-[#00BED7] rounded-full px-2 py-[3px]">
|
||||
<p className="text-xs font-semibold text-white">
|
||||
{selectedFloorPath?.dataset["wing"] === "West" ? (
|
||||
<>{+selectedFloorPath.dataset["floor"]! < 24 ? 17 : 15}</>
|
||||
) : (
|
||||
16
|
||||
)}{" "}
|
||||
units
|
||||
</p>
|
||||
</div>
|
||||
{selectedFloorPath?.dataset["floor"] !== "Sky Garden" && (
|
||||
<div className="bg-[#00BED7] rounded-full px-2 py-[3px]">
|
||||
<p className="text-xs font-semibold text-white">
|
||||
{selectedFloorPath?.dataset["wing"] === "West" ? (
|
||||
<>{+selectedFloorPath.dataset["floor"]! < 24 ? 17 : 15}</>
|
||||
) : (
|
||||
16
|
||||
)}{" "}
|
||||
units
|
||||
</p>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
{selectedFloorPath?.dataset["floor"] !== "Sky Garden" ? (
|
||||
<div className="grid grid-cols-2">
|
||||
|
||||
Reference in New Issue
Block a user