Hotfix/현지님pr대신머지#296
Merged
Eugene-A-01 merged 6 commits into8-Sprinters:devfrom Mar 16, 2025
Hidden character warning
The head ref may contain hidden characters: "hotfix/\ud604\uc9c0\ub2d8PR\ub300\uc2e0\uba38\uc9c0"
Merged
Conversation
|
@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. |
seoyoung-min
approved these changes
Mar 13, 2025
Contributor
seoyoung-min
left a comment
There was a problem hiding this comment.
유진님, 방법이 있었나보네요!! 정말 감사합니다🥺
Comment on lines
249
to
250
| {/* TODO: 가장 최신 댓글 불러오는 부분 */} | ||
| <NewestComment data={list?.newestComment} /> |
Contributor
There was a problem hiding this comment.
- 이 부분 이렇게 임시로 바꿔두고
<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> | ||
| ); | ||
| }; |
ccee7cc to
251292a
Compare
251292a to
bb96df3
Compare
bb96df3 to
bc38b56
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
현지님 PR CICD검사에서 걸린 타입에러만 해결하고 대신 머지합니다!
원본 PR: #294