-
Notifications
You must be signed in to change notification settings - Fork 3
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
[FIX] 상세페이지 QA 반영 #204
[FIX] 상세페이지 QA 반영 #204
Conversation
🪷 Storybook 확인 🪷 |
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 ...?
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.
setTimeout으로 해당 로직을 수정하셨군요 해당 로직 나중에는 async await 으로 수정하시면 더욱 좋을 것 같습니다
@@ -69,7 +69,7 @@ const TempleStayCard = ({ | |||
) : ( | |||
<div | |||
className={ | |||
isHorizontal ? styles.horizontalEmptyImgSection : styles.verticalEmptyImgSection | |||
isHorizontal ? styles.verticalEmptyImgSection : styles.horizontalEmptyImgSection |
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.
수정했습니다!!
🛰️ 관련 이슈
🧑💻 작업 내용
🗯️ PR 포인트
🚀 알게된 점
📖 참고 자료 (선택)
📸 스크린샷 (선택)