-
Notifications
You must be signed in to change notification settings - Fork 1
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
#118: bug/search #119
base: develop
Are you sure you want to change the base?
#118: bug/search #119
Conversation
✅ Deploy Preview for todaytheylearned ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
if (searchShow) { | ||
inputRef.current.disabled = true; | ||
} else { | ||
inputRef.current.disabled = false; | ||
} |
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.
inputRef.current.disabled = serachShow;
로 분기없이 가능할것같아요
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.
오..간결하게 감사합니다 👍
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.
코드 잘 봤습니다아
작업 내용