Show the total cost with 8 decimal places
This commit is contained in:
@@ -259,7 +259,7 @@ export default function ChoosePlanPage() {
|
||||
})}
|
||||
</TableCell>
|
||||
<TableCell alignment="right" className="tabular-nums">
|
||||
{formatCurrency(task.totalCost, false)}
|
||||
{formatCurrencyAccurate(task.totalCost)}
|
||||
</TableCell>
|
||||
</TableRow>
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user