Skip to content

Commit 1689260

Browse files
authored
Update ViewRoundPage.tsx
1 parent b290380 commit 1689260

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/grant-explorer/src/features/round/ViewRoundPage.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -815,6 +815,7 @@ function ProjectCard(props: {
815815
<p>
816816
$
817817
{props.crowdfundedUSD?.toLocaleString("en-US", {
818+
minimumFractionDigits: 2,
818819
maximumFractionDigits: 2,
819820
})}
820821
</p>

0 commit comments

Comments
 (0)