-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: 기능 qa 반영 * fix: 클래스 뷰 리뷰 탭 suspense 수정 * fix: 리뷰 쓰기 버튼 클릭 시 라우팅 수정 * fix: 클래스 뷰 탭 height 수정 * fix: line-height 삭제
- Loading branch information
1 parent
180c632
commit 71028e7
Showing
7 changed files
with
16 additions
and
14 deletions.
There are no files selected for viewing
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -107,7 +107,7 @@ const StepTwo = ({ onNext }: StepProps) => { | |
onChange={(e) => handleInputChange(e, 'email')} | ||
placeholder="ex. [email protected]" | ||
isValid={isEmailValid} | ||
errorMessage="유효한 이메일 주소를 \n입력해 주세요." | ||
errorMessage="유효한 이메일 주소를 입력해 주세요." | ||
isCountValue={false} | ||
/> | ||
</section> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters