Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba80-02 committed Dec 30, 2024
1 parent 25f67df commit 5dd95a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const YourProgress: React.FC<YourProgressProps> = ({ userStats }) => {
try {
if (!points) return '0'

const pointsBN = new BN(points, LEADERBOARD_DECIMAL)
const pointsBN = new BN(points, 'hex')

if (pointsBN.isZero()) return '0'

Expand Down

0 comments on commit 5dd95a8

Please sign in to comment.