Skip to content

Commit

Permalink
hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideSilva committed May 22, 2024
1 parent d751862 commit 9d679a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app/app/_ui/project/project-contribution.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export const ProjectContribution = ({ userAddress }: TProjectContribution) => {
id="ctnd-amount"
units="CTND*"
disabled
value={amount / currentTokenPrice}
value={(amount / currentTokenPrice).toFixed(0)}
className="col-span-2 md:col-span-1"
/>
<p className="col-span-2 text-mono-800">
Expand Down

0 comments on commit 9d679a6

Please sign in to comment.