Skip to content

[feat/#97] productDetail 페이지 추천상품 api 연동 #98

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

Merged
merged 1 commit into from
May 22, 2025

Conversation

jeonghoon11
Copy link
Member

📌 Related Issues

✅ 체크 리스트

  • PR 제목의 형식을 잘 작성했나요? e.g. [Feat/#이슈번호] PR 템플릿 작성
  • 빌드가 성공했나요? (pnpm build)
  • 컨벤션을 지켰나요?
  • 이슈는 등록했나요?
  • 리뷰어와 라벨을 지정했나요?

📄 Tasks

  • productDetail페이지의 TopSection 부분에 함께 구매하면 좋은 상품 api 연동하였습니다.
  • ProductList 컴포넌트에
const productList = data?.productMainInfos ?? [];

data?.productMainInfos 가 아닌 data?.searchedProductList로 적용 되어있어 수정하였습니다.

⭐ PR Point (To Reviewer)

📷 Screenshot

image

🔔 ETC

Copy link

✅ 빌드에 성공했습니다! 🎉

Copy link
Collaborator

@heesunee heesunee left a comment

Choose a reason for hiding this comment

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

LGTM!

@jeonghoon11 jeonghoon11 merged commit b58ab23 into develop May 22, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] 상세 페이지 추천 항목 api 연동
2 participants