There was an error while loading. Please reload this page.
1 parent 8b67d15 commit b382ab2Copy full SHA for b382ab2
1 file changed
ui/PageStockSold.tsx
@@ -61,6 +61,10 @@ function PageStockSoldTag({
61
</div>
62
<small>
63
(
64
+ {efterslaebData?.amountSold?.toLocaleString("en", {
65
+ maximumSignificantDigits: 3,
66
+ }) || 0}{" "}
67
+ liters sold,{" "}
68
{efterslaebData?.remainingStock?.toLocaleString("en", {
69
maximumSignificantDigits: 3,
70
}) || 0}{" "}
0 commit comments