Skip to content

Commit

Permalink
Merge pull request #296 from ODOICHON/fix/#295
Browse files Browse the repository at this point in the history
TradeBoard에 houseType prop이 생김에 따라 props 전달이 되지 않은 컴포넌트 수정
  • Loading branch information
JunJongHun authored Aug 20, 2024
2 parents dbb7deb + b1b1dfb commit b92b2a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/MyPage/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ function MyHomePage() {
<TradeBoard
key={content.houseId}
houseId={content.houseId}
houseType={content.houseType}
rentalType={content.rentalType}
city={content.city}
price={content.price}
Expand Down
1 change: 1 addition & 0 deletions src/pages/MyPage/trade/scrap/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ function MyScrapPage() {
<TradeBoard
key={content.houseId}
houseId={content.houseId}
houseType={content.houseType}
rentalType={content.rentalType}
city={content.city}
price={content.price}
Expand Down

0 comments on commit b92b2a7

Please sign in to comment.