-
Notifications
You must be signed in to change notification settings - Fork 0
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: /gatherings 필터링 관련 버그 수정 #206
Conversation
@@ -53,7 +53,7 @@ const FilterSort = ({ | |||
data-testid='filter-component' | |||
> | |||
<IconSort className='${iconClass} h-24 w-24' /> | |||
<span className='hidden md:mr-8 md:inline'>{text}</span> | |||
<span className='hidden whitespace-nowrap md:mr-8 md:inline'>{text}</span> |
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.
이거 다른 페이지에서 5글자인 것들 테스트해보셨나요??
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.
확인해볼게요! => 다른 곳에서도 정상적으로 되는 것 같습니다!
@@ -83,7 +83,7 @@ const FilterDate = ({ | |||
<CalendarModal | |||
initialSelectedData={selectedDate} | |||
handleClickButtons={handleClickButtons} | |||
CalendarProps={{ changeEndDays: 0 }} | |||
CalendarProps={{ changeEndDays: undefined }} |
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.
LGTM! 고생하셨습니다!
✏️ 작업 내용
📷 스크린샷
날짜 필터링
참여 인원 순
✍️ 사용법
🎸 기타
확인 후 피드백 부탁드립니다!