Skip to content

Conversation

@Eugene-A-01
Copy link
Contributor

현지님 PR CICD검사에서 걸린 타입에러만 해결하고 대신 머지합니다!

원본 PR: #294

@vercel
Copy link

vercel bot commented Mar 13, 2025

@Eugene-A-01 is attempting to deploy a commit to the Eujin Ahn's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@seoyoung-min seoyoung-min left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유진님, 방법이 있었나보네요!! 정말 감사합니다🥺

Comment on lines 249 to 250
{/* TODO: 가장 최신 댓글 불러오는 부분 */}
<NewestComment data={list?.newestComment} />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 이 부분 이렇게 임시로 바꿔두고

<div> list?.newestComment.content </div>

Comment on lines 46 to 62
const NewestComment = (data: NewestCommentType) => {
return (
<div>
<Comment
comment={data}
setActiveNickname={() => {}}
activeNickname={''}
handleSetCommentId={() => {}}
handleSetComment={() => {}}
listId={11}
commentId={22}
// currentUserInfo={id: number,nickname: string description?: string profileImageUrl?: string backgroundImageUrl?: string followerCount: number followingCount: number isFollowed: boolean isOwner: boolean}
handleEdit={() => {}}
/>
</div>
);
};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. 여기 주석 처리 할까요??

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Eugene-A-01 ㅠㅠ파이팅...ㅠㅠㅠ

@Eugene-A-01 Eugene-A-01 force-pushed the hotfix/현지님PR대신머지 branch from ccee7cc to 251292a Compare March 16, 2025 12:32
@Eugene-A-01 Eugene-A-01 force-pushed the hotfix/현지님PR대신머지 branch from 251292a to bb96df3 Compare March 16, 2025 12:44
@Eugene-A-01 Eugene-A-01 force-pushed the hotfix/현지님PR대신머지 branch from bb96df3 to bc38b56 Compare March 16, 2025 12:50
@Eugene-A-01 Eugene-A-01 merged commit 0ae8f24 into 8-Sprinters:dev Mar 16, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Fix 에러/버그 해결

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants