Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ng-ggood into fix/1057-qa
  • Loading branch information
ooherin committed Dec 10, 2024
2 parents 61bc9e9 + e668009 commit 19f47ae
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 19f47ae

Please sign in to comment.