Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR 타입(하나 이상의 PR 타입을 선택해주세요)
작업 사항
AdminMyPageTemplate(관리자)
GuestMyPageTemplate(학생)
StudentMyPageTemplate(일반 유저, 학생증 인증 x 상태)
PickerMatchTemplate(사용자가 매칭완료된 글을 클릭)(자신의 글 x)
PickerNoMatchTemplate(사용자가 매칭전 공고글 클릭)(자신의 글 x)
WriterMatchTemplate(사용자가 매칭완료된 자신의 공고글을 클릭)
WriterNoMatchTemplate(사용자가 매칭전 자신의 공고글 클릭)
date.js
코드 수정console.log
제거lastpage : false
인 경우에 대해 렌더링 과정에서 버그가 있는데, 이는 API 연동을 통해 잡아야 할 것으로 보임useFormContext
를 사용하여props drilling
을 막으려고 함 (노력은 했는데 전이랑 똑같은 것 같기도..)msw
적용npm install @hookform/error-message
해주세요!)utils/dateAndTime.js
에 정의)constant
로 분리useMutation
적용useMutation
적용NaN
시간 렌더링 버그Swal
이 OK만 띄우는 버그div
가 아닌dijv
로 되어있던 부분 수정관련 PR