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

[Fix/FE] 더미 course와 실제 course의 스키마 구조 불일치로 인한 필터링 오류 수정 #28

Merged
merged 5 commits into from
Aug 28, 2023

Conversation

osohyun0224
Copy link
Member

@osohyun0224 osohyun0224 commented Aug 28, 2023

☑️ Describe your changes

  • 관리자의 신규 데이터 등록 시 상세 강의 페이지 연결
  • 더미 course와 실제 course의 스키마 구조 불일치로 인한 필터링 오류 수정

📷 Screenshot

image

🔗 Issue number and link

#12 #25 #18

@vercel
Copy link

vercel bot commented Aug 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
reheb-frontend ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 28, 2023 1:08pm

@osohyun0224 osohyun0224 merged commit 85ec568 into MotuS-Web:master Aug 28, 2023
@osohyun0224 osohyun0224 self-assigned this Aug 28, 2023
@osohyun0224 osohyun0224 added 🔨 feature 기능 추가 🔧 fix_issue 버그 수정 💻 frontend 프론트엔드 📈 test 테스트 코드 labels Aug 28, 2023
Copy link
Contributor

@PortalCube PortalCube left a comment

Choose a reason for hiding this comment

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

👍 👍 👍

}
export const getCourse = (id) => {
const courses = JSON.parse(localStorage.getItem("courses")) || [];
const course = courses.find((course) => course.id === id);
Copy link
Contributor

Choose a reason for hiding this comment

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

요 부분 courseList가 아닌 localStorage에서 가져온 데이터에서 찾도록 되어있네요..!

courseList를 포함하도록 수정해야 할 것 같습니당

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 feature 기능 추가 🔧 fix_issue 버그 수정 💻 frontend 프론트엔드 📈 test 테스트 코드
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants