I tried to format the Amount field to 2 digits using the Amount.toLocaleString() toLocaleString(undefined, { minimumFractionDigits: 2 }),
Some of the Amount values are displayed correctly but few are incorrect like $52.85.00 should be displayed as $52.85