-
Notifications
You must be signed in to change notification settings - Fork 3
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
[ Feat/#105 ] 글모임별 글감 카테고리 API GET #106
Conversation
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.
LGTM
@@ -18,10 +18,11 @@ import NextBtnHover from '../../../assets/svgs/groupTabNextBtnHover.svg'; | |||
interface CategoryIdPropTypes { | |||
activeCategoryId: number; | |||
setActiveCategoryId: Dispatch<SetStateAction<number>>; |
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.
[P4] 여기서 Dispatch 사용하는 이유가 궁금해요!
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.
setState의 타입이에용!
@@ -43,7 +43,7 @@ | |||
transform: translate3d(0, 0, 0); | |||
} | |||
|
|||
.slick-track { | |||
.main .slick-track { |
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.
lgtm
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.
LGTM
✨ 해당 이슈 번호 ✨
closed #105
todo
해야하는 것
데이터 채워지면 확인해볼게욥
📌 내가 알게 된 부분
📌 질문할 부분
여기 부분 class main 부여했습니다!!
📌스크린샷(선택)
카테고리 1개일때
카테고리 3개일때