Skip to content

Commit

Permalink
Fix: fix QA
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamyam-code committed Jan 28, 2024
1 parent 65af2db commit 34814a3
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 @@ -77,7 +77,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 34814a3

Please sign in to comment.