Show the total cost with 8 decimal places
🚀 Publish Trigger.dev Docker / typecheck (push) Failing after 0s
🚀 Publish Trigger.dev Docker / units (push) Failing after 0s
🚀 Publish Trigger.dev Docker / publish (push) Has been skipped
🚀 Publish Trigger.dev Docker / publish-infra (push) Has been skipped

This commit is contained in:
Matt Aitken
2024-07-05 18:30:28 +01:00
parent 3101118aac
commit 73fe07348f
@@ -259,7 +259,7 @@ export default function ChoosePlanPage() {
})}
</TableCell>
<TableCell alignment="right" className="tabular-nums">
{formatCurrency(task.totalCost, false)}
{formatCurrencyAccurate(task.totalCost)}
</TableCell>
</TableRow>
))