@jobber/components 4.48.1-ensure-dat.0 → 4.48.2

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.
@@ -497,6 +497,8 @@ function InternalDataListItemActions() {
497
497
  if (!itemActionComponent)
498
498
  return null;
499
499
  const { children } = itemActionComponent.props;
500
+ if (!children)
501
+ return null;
500
502
  return (React__default["default"].createElement(framerMotion.motion.div, { variants: variants, initial: "hidden", animate: "visible", exit: "hidden", transition: {
501
503
  duration: TRANSITION_DURATION_IN_SECONDS,
502
504
  delay: TRANSITION_DELAY_IN_SECONDS,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "4.48.1-ensure-dat.0+c9f6721e",
3
+ "version": "4.48.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@jobber/design": "^0.46.0",
23
- "@jobber/formatters": "^0.2.2",
23
+ "@jobber/formatters": "*",
24
24
  "@jobber/hooks": "^2.5.0",
25
25
  "@popperjs/core": "^2.0.6",
26
26
  "@std-proposal/temporal": "0.0.1",
@@ -84,5 +84,5 @@
84
84
  "> 1%",
85
85
  "IE 10"
86
86
  ],
87
- "gitHead": "c9f6721e67913bd843936eb879ae82ecc66bee00"
87
+ "gitHead": "ca7d46e9a3470202ce25224caf05f0766bafd1e5"
88
88
  }