Skip to content

Commit 3b1f0fd

Browse files
authored
Merge pull request #62 from lidofinance/fix/locked-shares
Use ConvertToShares for lockedShares
2 parents ca46fa4 + f00c11f commit 3b1f0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/vaults/hooks/use-vault-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ const getVaultData = async ({
8080
shares.convertToSteth(liabilityShares),
8181
shares.convertToSteth(mintableShares),
8282
shares.convertToSteth(shareLimit),
83-
shares.convertToSteth(locked),
83+
shares.convertToShares(locked),
8484
shares.convertToSteth(totalMintingCapacity),
8585
]);
8686

0 commit comments

Comments
 (0)