Skip to content

Commit

Permalink
Don't round off the transfer values (#6543)
Browse files Browse the repository at this point in the history
  • Loading branch information
tijsziere authored Feb 25, 2025
1 parent de4d4b9 commit e4bbab7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export class ProjectPaymentPageComponent {
transaction.amount,
this.project.data()?.currency ?? 'EUR',
'symbol-narrow',
'1.0-0',
'1.2-2',
) ?? '',
},
{
Expand Down

0 comments on commit e4bbab7

Please sign in to comment.