-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* refactor: 로그인 모달의 로그인 버튼 클릭시 로그인 페이지로 이동하도록 변경 * refactor: 비로그인 상태로 댓글 입력 시도 시, 로그인 모달이 표시되도록 변경 변경 과정에서 Avatar, Input 컴포넌트에 대한 중복된 삼항연산자를 제거하였음. * refactor: 입력할 수 없는 input에 부여한 maxLength 속성 제거 * refactor: disabled 속성을 활용한 개선 input을 모달 열린 상태일 때 비활성화 하도록 하여 핸들러 함수를 제거함 * refactor: 로그인 버튼을 Link 태그로 랩핑 * refactor: 사용하지 않는 코드 삭제 * fix: 린트 에러 수정
- Loading branch information
1 parent
cdf56e0
commit 1314081
Showing
2 changed files
with
30 additions
and
32 deletions.
There are no files selected for viewing
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