@tap-payments/os-micro-frontend-shared 0.1.389-test.3 → 0.1.389-test.4
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.
|
@@ -51,7 +51,7 @@ export default function InvoiceStatusCell(_a) {
|
|
|
51
51
|
if (!!remindedCount)
|
|
52
52
|
return remindedIcon;
|
|
53
53
|
return undefined;
|
|
54
|
-
}, []);
|
|
54
|
+
}, [icon, chargeStatus, remindedCount]);
|
|
55
55
|
return (_jsx(TableCell, Object.assign({}, props, { sx: {
|
|
56
56
|
position: 'relative',
|
|
57
57
|
overflow: 'visible',
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tap-payments/os-micro-frontend-shared",
|
|
3
3
|
"description": "Shared components and utilities for Tap Payments micro frontends",
|
|
4
|
-
"version": "0.1.389-test.
|
|
5
|
-
"testVersion":
|
|
4
|
+
"version": "0.1.389-test.4",
|
|
5
|
+
"testVersion": 4,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "build/index.js",
|
|
8
8
|
"module": "build/index.js",
|