This commit is contained in:
2025-07-28 13:18:26 +05:00
parent a931850aec
commit 4b1693bfbf
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ function UnitSlider({ unitTypeVariant, complexName }: UnitSliderProps) {
useEffect(
() =>
setSelectedSide(
hasSide || unitTypeVariant === "2-bedroom-b" ? undefined : "left"
hasSide || unitTypeVariant === "2-bedroom-b" ? "left" : "left"
),
[hasSide, unitTypeVariant]
);