Skip to content

Commit

Permalink
bring tier number to index
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau committed Feb 27, 2024
1 parent 3b98631 commit ef70de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/staking-v3/components/leaderboard/Leaderboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
>
<swiper-slide v-for="[tier, dapps] in leaderBoards" :key="tier">
<tier
:slots="tiersConfiguration.slotsPerTier[tier]"
:slots="tiersConfiguration.slotsPerTier[tier - 1]"
:tier="tier"
:dapps="dapps"
:daily-reward="getDailyReward(tier)"
Expand Down

0 comments on commit ef70de5

Please sign in to comment.