fix: updating product with free features

This commit is contained in:
John Yeo
2025-06-11 19:44:09 +01:00
parent afddbe4d3b
commit 5c6c2e603b
7 changed files with 54 additions and 39 deletions

View File

@@ -91,7 +91,7 @@ export const getFeatureInvoiceDescription = ({
}) => {
const { singular, plural } = getSingularAndPlural({ feature });
const usageStr = numberWithCommas(usage);
const usageStr = numberWithCommas(Math.ceil(usage));
let result = "";