-
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
Feature/#304 팀페이지 권한 수정 #306
The head ref may contain hidden characters: "Feature/#304-\uD300\uD398\uC774\uC9C0_\uAD8C\uD55C_\uC218\uC815"
Conversation
useEffect(() => { | ||
const myTeams = sidebarInfo | ||
? sidebarInfo.body.myTeamsAndStudies.map((team: { teamId: number }) => team.teamId) | ||
: []; | ||
setMyTeams(myTeams); | ||
}, [setMyTeams, sidebarInfo]); | ||
|
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.
수정했습니다!
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.
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.
수고하셨습니다~!
관련 이슈
작업 요약
작업 상세 설명
리뷰 요구 사항
3분