Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Dec 8, 2023
1 parent 0acf055 commit ac318c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/balance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export const calculateBalanceForStaking = (
lockId?: string
) => {
if (!data) return BN_ZERO
const { freeBalance, totalBalance, lockedBalance, locks } = data
const { totalBalance, lockedBalance, locks } = data

const stakingLockedBalance = locks?.find(({ id }) => id === lockId)

Expand Down

0 comments on commit ac318c9

Please sign in to comment.