Skip to content

Commit

Permalink
Force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tiltom authored and creed-victor committed Jan 28, 2025
1 parent f5d5b8c commit eea1430
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const ClaimableItem: FC<ClaimableItemProps> = ({ item }) => {
(Number(item.amount) * Math.sqrt(spotPrice)).toFixed(0),
).toUnits(baseDecimals),
);

setLiqQuote(
decimalic(
(Number(item.amount) / Math.sqrt(spotPrice)).toFixed(0),
Expand Down

0 comments on commit eea1430

Please sign in to comment.