Skip to content

Commit

Permalink
Merge pull request #26 from New-Syatte/design-patch-#22
Browse files Browse the repository at this point in the history
fix: product Slider id값 누락 수정
  • Loading branch information
ruddnjs3769 authored Apr 23, 2024
2 parents 3a41b4c + 9c5604d commit 58725ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/(product)/store/details/[id]/ProductSummary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ const ProductSummary = ({
{/* Carousel 자리 */}
<div className="w-[415px] mb-12 mt-5">
<Slider
id="productDetailSlider"
datas={images}
width={89}
height={54}
Expand Down

0 comments on commit 58725ef

Please sign in to comment.