Skip to content

Commit

Permalink
fix : 홈페이지 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
banhogu committed Jun 12, 2024
1 parent 713d72d commit 78d54f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/home/OfficeInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const OfficeInfo = () => {
<div>
{data && data.length == 0 ? <OfficeInfoNone /> : null}
{data &&
data.length > 0 &&
data.map((room: todayListData, i: number) => {
if (room.spaceType == 'FOCUSDESK') {
return <OfficeInfoFocus data={room} key={i} />;
Expand Down

0 comments on commit 78d54f8

Please sign in to comment.