-
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
[GGFE-68] Noti reload error + currentMatch error 수정 #833
[GGFE-68] Noti reload error + currentMatch error 수정 #833
Conversation
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.
reload 눌렀을 때 noti 읽음 상태 바로 적용되는 것 확인했습니다! 수고하셨습니다~!👍
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.
이제 리로딩해도 잘나오네요👍
@@ -70,7 +70,7 @@ function NotiEmpty() { | |||
return ( | |||
<div className={styles.notiEmptyWrapper}> | |||
<div className={styles.notiEmptyText}>새로운 알림이 없습니다!</div> | |||
<div className={styles.notiEmptyImoji}> | |||
<div className={styles.notiEmptyEmoji}> |
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.
notiEmptyEmoji라는 스타일이 따로 지정되있지 않은 것 같아요!
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.
확인했습니다 해당 div 태그는 필요해서 className만 제거했습니다!
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.
변경사항 확인했습니다.
📌 개요
💻 작업사항
✅ 변경로직