Skip to content

Commit

Permalink
πŸ› Rank-> index
Browse files Browse the repository at this point in the history
  • Loading branch information
JayChae committed May 15, 2024
1 parent f86fc6b commit 7bb7e9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ const ChartModal = ({ isOpen, closeModal, currentTab, setIsVote }) => {
clicked={selectedIdol === idol}
/>
<div className={style.text}>
<span>{idol.rank}</span>
<span>{index + 1}</span>
<div className={style.name}>
<span>
{idol.group} {idol.name}
Expand Down

0 comments on commit 7bb7e9d

Please sign in to comment.