-
Notifications
You must be signed in to change notification settings - Fork 8
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
템플릿 검색시 엔터를 눌러야 검색되도록 변경 #915
Conversation
…de-zap into refactor/899-remove-debounce-keyword
@@ -119,7 +124,7 @@ const MyTemplatePage = () => { | |||
{!isTemplateListLoading && ( | |||
<TemplateListSection | |||
templateList={templateList} | |||
isSearching={keyword !== ''} | |||
isSearching={keyword !== '' || keyword !== searchKeyword} |
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.
keyword와 searchKeyword의 변수명 의미가 모호한거 같아요!
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.
keyword=>inputKeyword, searchKeyword=>searchedKeyword으로 변경하였습니다!
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 👍
⚡️ 관련 이슈
📍주요 변경 사항
🎸기타
🍗 PR 첫 리뷰 마감 기한
11/15