Skip to content

Commit

Permalink
Merge pull request #262 from Strong-Potato/248-fix-vote-slide
Browse files Browse the repository at this point in the history
Fix: fix QA
  • Loading branch information
Yamyam-code authored Jan 28, 2024
2 parents c459f0e + 34814a3 commit 4410508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Vote/VoteContent/VoteContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const VoteContent = ({onBottomSlideOpen, data}: VoteContentProps) => {
<VoteRecommendList
state={data.voteStatus}
isCandidateSelecting={isCandidateSelecting}
categoryCode={candidates[0].placeInfo.category}
categoryCode={candidates[candidates.length - 1].placeInfo.category}
/>
)}

Expand Down

0 comments on commit 4410508

Please sign in to comment.