-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#145] 커뮤니티 api 연결, 반응형으로 수정 #163
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
return ( | ||
<Comment | ||
key={comment.commentId} | ||
nickname={''} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nickname 데이터는 없나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
네,,,,, 서버에서 userId는 주는데 닉네임을 안줬습니다ㅠㅠ
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
닉네임 api 변경 요청 해야할 것 같아요! 뷰에서 사용하는데 api에 꼭 필요할 것 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넵!!!
* feat: Route에 따른 header 조건 지정 * fix: 바텀네비게이션 announce -> notice로 수정 * refactor: style 코드들 정렬 * feat: 더보기 클릭 라우팅 추가 * feat: 코드 스타일 업데이트 * feat: 스크롤 코드 삭제 * feat: bottom nav bar true로 설정 * feat: 상위 3개만 출력하도록 변경 * feat: 로그인에서 utility header 추가 * refactor: 불필요한 코드 삭제 * refactor: PR시 빌드 확인 코드 삭제 * feat: main에서 api 콜 수정 * refactor: header 설정 추가 * fix: storybook 업데이트
src/apis/communityAPIS.ts
Outdated
return response.data; | ||
} catch (error) { | ||
if (axios.isAxiosError(error)) { | ||
console.log(error.response?.data); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
요런거 주석처리 해놓는게 좋을거 같아요!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿잡 👍
Issue
Description
Check List
main
브랜치의 최신 상태를 반영하고 있는지 확인