-
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
#108: Sidebar/108 #120
base: develop
Are you sure you want to change the base?
#108: Sidebar/108 #120
Conversation
✅ Deploy Preview for todaytheylearned ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
const setArr = []; | ||
const [tagArr, setTagArr] = useState([]); |
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.
tags 어떠십니까
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.
반영했습니다 👍
{location.pathname === '/' ? <SideBar /> : null} | ||
{location.pathname === '/' || location.pathname.slice(0, 8) === '/article' ? ( | ||
<SideBar /> | ||
) : null} |
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.
코드 잘 봤습니당
const setArr = []; | ||
const [tagsArr, setTagsArr] = useState([]); | ||
|
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.
p5: tags, setTags 로 하자는거였는뎀 ㅠ
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.
그냥 봐도 array인데 arr을 명시하는건 너무 이상함다
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.
아앗 그냥 tags.. 다시 커밋했습니당
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
작업 내용