react-semaphor 0.0.444 → 0.0.445
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -27511,7 +27511,7 @@ function OZ({
|
|
|
27511
27511
|
let B = 0;
|
|
27512
27512
|
return N !== void 0 && (B = Number(
|
|
27513
27513
|
(A / N * 100).toFixed(2)
|
|
27514
|
-
)), z + (N !== void 0 ? `
|
|
27514
|
+
)), z + (N !== void 0 ? ` | Converted: ${B}%` : "");
|
|
27515
27515
|
}
|
|
27516
27516
|
}
|
|
27517
27517
|
}
|