Skip to content

Commit

Permalink
chore: fix veNation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
abhisheknaiidu committed Oct 3, 2023
1 parent 44525dd commit 8f991ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions ui/pages/lock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,7 @@ export default function Lock() {
<Balance
balance={veNationBalance?.value}
loading={veNationBalanceLoading}
decimals={
veNationBalance &&
veNationBalance.value.gt(ethers.utils.parseEther('1'))
? 2
: 6
}
decimals={6}
/>
</div>
</div>
Expand Down

0 comments on commit 8f991ce

Please sign in to comment.