Skip to content

Commit

Permalink
fix: build correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mikarasv committed Jan 11, 2024
1 parent 3ab616d commit 1579752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletWidget/Balance.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Balance = () => {
}
};

const decimals: string = 6;
const decimals = 6;

const balanceInt = Math.floor(Number(intToDecimal(balance, decimals)));

Expand Down

0 comments on commit 1579752

Please sign in to comment.