We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86dbbc5 commit 6bca27dCopy full SHA for 6bca27d
packages/grant-explorer/src/features/round/ViewRoundPage/ProjectCard.tsx
@@ -171,7 +171,7 @@ const StakedAmountCard = ({ totalStaked }: { totalStaked: number }) => {
171
<div className="inline-flex flex-col justify-start items-start">
172
<div className="self-stretch inline-flex justify-start items-center gap-1">
173
<div className="justify-start text-text-primary text-sm font-medium font-mono leading-normal">
174
- {totalStaked}
+ {totalStaked.toFixed(3)}
175
</div>
176
177
GTC
0 commit comments