-
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/#364 학습자료스터디 갤러리 권환 #366
The head ref may contain hidden characters: "feature/#364-\uD559\uC2B5\uC790\uB8CC\uC2A4\uD130\uB514-\uAC24\uB7EC\uB9AC-\uAD8C\uD658"
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.
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.
👍
if (user && !user.isLogin) router.replace(`/team/${params.teamId}`); | ||
if (myTeam && !myTeam.some((id) => id === +params.teamId)) router.replace(`/team/${params.teamId}`); |
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.
이거 초기 렌더링시 default value로 잡혀서 user가 존재하는 걸로 인식되는 경우가 있는거 같습니다!
어디 문제인지는 확인이 필요할듯 합니다...
관련 이슈
작업 요약
리뷰 요구 사항
10분