-
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
feat: 내, 친구 냉장고 API 연동 #27
Conversation
|
@@ -49,6 +50,8 @@ axiosInstance.interceptors.response.use( | |||
console.error('Error refreshing token:', refreshError); | |||
throw refreshError; | |||
} | |||
*/ | |||
window.location.href = '/login'; |
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.
next
에서 지원하는 라우팅 사용 부탁드립니당🙇♂️
return ( | ||
<div className="flex justify-between items-end mb-[28px]"> | ||
<div className="flex flex-col gap-[12px]"> | ||
<div className="body1-medium text-gray7">홍길동님의</div> | ||
<div className="body1-medium text-gray7">{userName ?? ''}님의</div> |
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.
props
처리단계에서 기본값 설정하는 건 어떨까용?🙇♂️
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! 일정이 급해서어 빌드만 완료되면 일단 얼른 붙이시죵
요구사항
이슈번호: MARA-66
작업내용
테스트 결과 또는 방법
데이터 조회 및 추가