Skip to content

Commit cfb481c

Browse files
committed
Refactor: 이미지, 좋아요 수 api연결2 #65
1 parent 7b2f086 commit cfb481c

File tree

1 file changed

+3
-3
lines changed
  • components/pages/mypage/MyPageMain/MyBoardsList

1 file changed

+3
-3
lines changed

components/pages/mypage/MyPageMain/MyBoardsList/index.tsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ export default function MyBoardsList() {
3838
<MyBoardCard
3939
userName={board.writer}
4040
content={board.content}
41-
// TODO: 이미지 연결
42-
imgs={[]}
43-
commentsCount={board.replyCount}
41+
imgs={board.fileNames}
4442
setShowModal={setShowModal}
43+
commentsCount={board.replyCount}
44+
likedCount={board.likedCount}
4545
/>
4646
</div>
4747
)),

0 commit comments

Comments
 (0)