diff --git a/pages/room/addRoom/step2.tsx b/pages/room/addRoom/step2.tsx index a995478..603a0a2 100644 --- a/pages/room/addRoom/step2.tsx +++ b/pages/room/addRoom/step2.tsx @@ -144,6 +144,7 @@ export default function Step2({ step1Data }: Step2Props) { Total bedrooms -1} initCount={typeButton === 'Studio' ? 0 : typeButton === 'Share house' ? 2 : 1} disabledLeft={typeButton === 'Share house' && bedroomCount <= 2} @@ -156,6 +157,7 @@ export default function Step2({ step1Data }: Step2Props) { Total bathrooms = 20} @@ -167,6 +169,7 @@ export default function Step2({ step1Data }: Step2Props) { Total roommates = 20}