@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.
@@ -829,7 +829,7 @@ var Details = function Details(_ref) {
829
829
  })
830
830
  }), /*#__PURE__*/jsxs(Pane.Footer, {
831
831
  className: "gap-x-2",
832
- children: [event && /*#__PURE__*/jsx(Button, {
832
+ children: [(delivery === null || delivery === void 0 ? void 0 : delivery.eventId) && /*#__PURE__*/jsx(Button, {
833
833
  disabled: isRedelivering,
834
834
  label: t("neetoWebhooks.delivery.redeliver"),
835
835
  loading: isRedelivering,