Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Miodec committed Apr 3, 2024
1 parent a650294 commit b65522b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/src/ts/elements/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,9 @@ export async function update(
)
.attr(
"aria-label",
`${Misc.abbreviateNumber(xpForLevel - xpToDisplay)} xp until next level`
`${Numbers.abbreviateNumber(
xpForLevel - xpToDisplay
)} xp until next level`
);
details
.find(".xpBar .bar")
Expand Down

0 comments on commit b65522b

Please sign in to comment.