Skip to content

Commit

Permalink
fix: increasing decimal places on redelegation (#1366)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende authored Dec 3, 2024
1 parent a2f3f5c commit 3087cca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/namadillo/src/App/Staking/BondingAmountOverview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export const BondingAmountOverview = ({
[updatedValueClassList]: hasUpdatedValue,
})}
currencySymbolClassName="text-lg"
decimalPlaces={2}
/>
{amountToDelegate && amountToDelegate.gt(0) && (
<span className="text-success text-md font-light mt-1.5 ml-3">
Expand Down

1 comment on commit 3087cca

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.