Skip to content

Commit

Permalink
fix 次のランクまでに+1
Browse files Browse the repository at this point in the history
  • Loading branch information
hikahana committed Nov 16, 2024
1 parent 3b22b7d commit e5b5b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/view/user/PlayerRankCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default function PlayerRankCard({ rate }: RateProps) {
<div>
<p className="text-muted-foreground">次のランクまで</p>
<p className="font-semibold">
{rate.rate.maxRange - rate.ratePoint} LP
{rate.rate.maxRange - rate.ratePoint + 1} LP
</p>
</div>
</>
Expand Down

0 comments on commit e5b5b6e

Please sign in to comment.