Skip to content

Commit

Permalink
Merge pull request #56 from fastcampus-711/develop
Browse files Browse the repository at this point in the history
feat: ShareMarketDetail 에러 주석 처리
  • Loading branch information
alreadyme24 authored Jun 3, 2024
2 parents 3e5fdf2 + f6b07c7 commit 044a44a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components/ShareMarketDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,18 +116,19 @@ export default function ShareMarketDetail({
</div>
</div>
</div>
<CommentEdit
{/* <CommentEdit
id={id}
count_of_comments={count_of_comments}
/>
/> */}
<div>
{comment &&
{/* {comment &&
comment.map(item => (
<Comment
key={item.id}
commentData={item}
/>
))}
))} */}
{/* Type error: Property 'fetchData' is missing in type '{ id: number; count_of_comments: string; }' but required in type 'CommentEditProps'. */}
</div>
<div className="flex justify-end">
<GreyButton label="목록" />
Expand Down

0 comments on commit 044a44a

Please sign in to comment.