@bigbinary/neeto-webhooks-frontend 2.1.3 → 2.1.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.
@@ -878,7 +878,7 @@ var Details = function Details(_ref) {
878
878
  })
879
879
  }), /*#__PURE__*/jsxRuntime.jsxs(Pane__default["default"].Footer, {
880
880
  className: "gap-x-2",
881
- children: [event && /*#__PURE__*/jsxRuntime.jsx(Button__default["default"], {
881
+ children: [(delivery === null || delivery === void 0 ? void 0 : delivery.eventId) && /*#__PURE__*/jsxRuntime.jsx(Button__default["default"], {
882
882
  disabled: isRedelivering,
883
883
  label: t("neetoWebhooks.delivery.redeliver"),
884
884
  loading: isRedelivering,