Skip to content

Commit

Permalink
feat: 옥탑일때 층수를 제거 (#1058)
Browse files Browse the repository at this point in the history
  • Loading branch information
skiende74 authored Dec 9, 2024
1 parent 645a674 commit 043a983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const RoomFloor = () => {

const handleClickDropdown = (level: string) => {
floorLevel.set(level);
if (level === '반지하/지하') {
if (level === '반지하/지하' || level === '옥탑') {
floor.set('');
}
};
Expand Down

0 comments on commit 043a983

Please sign in to comment.