Skip to content

Commit

Permalink
[FE] FIX: 우측 map에서 4층 제외 #1703
Browse files Browse the repository at this point in the history
  • Loading branch information
seonmiki committed Nov 17, 2024
1 parent bbd95aa commit ebacec3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const MapFloorSelectOption: React.FC<{
return (
<OptionWrapperStyled id="mapFloorOptionBox">
{floorInfo.map((info, idx) => (
(info !== 4) &&
<OptionStyled
className="cabiButton"
onClick={() => selectFloor(info)}
Expand Down

0 comments on commit ebacec3

Please sign in to comment.