Skip to content
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

[FE] issue201: 개설 페이지 폼 개선 #207

Merged
merged 6 commits into from
Aug 4, 2022
Merged

Conversation

nan-noo
Copy link
Collaborator

@nan-noo nan-noo commented Aug 4, 2022

요약

  • 스터디 주제 다중 선택 제외 이슈 목록 수정했습니다

close #201

@nan-noo nan-noo added 🚀 feature New feature or request 😁 frontend New frontend feature labels Aug 4, 2022
@nan-noo nan-noo requested a review from airman5573 August 4, 2022 09:34
@nan-noo nan-noo self-assigned this Aug 4, 2022
@nan-noo nan-noo linked an issue Aug 4, 2022 that may be closed by this pull request
@@ -21,8 +21,8 @@ const useMyStudyPage = () => {
const filteredStudies: Record<string, Array<MyStudy>> = useMemo(() => {
const studies = myStudyQueryResult.data?.studies ?? [];
return {
prepare: filterStudiesByStatus(studies, 'IN_PROGRESS'),
inProgress: filterStudiesByStatus(studies, 'PREPARE'),
prepare: filterStudiesByStatus(studies, 'PREPARE'),
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nan-noo nan-noo merged commit cf41d82 into develop Aug 4, 2022
@nan-noo nan-noo deleted the feat/206-advanced-form branch August 13, 2022 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🚀 feature New feature or request 😁 frontend New frontend feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FE] 스터디 개설 페이지 폼 개선
1 participant