Skip to content

Commit

Permalink
Merge pull request #57 from fastcampus-711/develop
Browse files Browse the repository at this point in the history
feat: Reply 에러 주석 처리
  • Loading branch information
alreadyme24 authored Jun 3, 2024
2 parents 044a44a + 738889d commit dbc62a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/comment/Reply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ export default function Reply(props: ReplyProps) {
<p className="text-grey_900 text-lg font-medium">{content}</p>
</div>
<div className="flex justify-end">
<LikeButton
{/* <LikeButton
likecount={likecount}
like={like}
/>
/> */}
{/* Type error: Type 'string' is not assignable to type 'number'. */}
</div>
</div>
</div>
Expand Down

0 comments on commit dbc62a6

Please sign in to comment.