@bigbinary/neeto-webhooks-frontend 2.1.0 → 2.1.1

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.
@@ -820,7 +820,7 @@ var Details = function Details(_ref) {
820
820
  isRedelivering = _useRedeliverWebhook.isPending,
821
821
  redeliverWebhook = _useRedeliverWebhook.mutateAsync;
822
822
  var _useShowDelivery = useShowDelivery(deliveryId, webhookSid),
823
- isLoading = _useShowDelivery.isLoading,
823
+ isLoading = _useShowDelivery.isPending,
824
824
  _useShowDelivery$data = _useShowDelivery.data,
825
825
  _useShowDelivery$data2 = _useShowDelivery$data === void 0 ? {} : _useShowDelivery$data,
826
826
  delivery = _useShowDelivery$data2.delivery;
@@ -841,9 +841,6 @@ var Details = function Details(_ref) {
841
841
  return _ref2.apply(this, arguments);
842
842
  };
843
843
  }();
844
- if (neetoCist.isNotPresent(delivery)) {
845
- return null;
846
- }
847
844
  return /*#__PURE__*/jsxRuntime.jsx(Pane__default["default"], {
848
845
  onClose: onClose,
849
846
  isOpen: neetoCist.isPresent(deliveryId),
@@ -1751,7 +1748,7 @@ var NeetoWebhooks = function NeetoWebhooks(_ref) {
1751
1748
  }
1752
1749
  }), /*#__PURE__*/jsxRuntime.jsx(reactRouterDom.Route, {
1753
1750
  path: deliveriesPath,
1754
- component: function component() {
1751
+ render: function render() {
1755
1752
  return /*#__PURE__*/jsxRuntime.jsx(Deliveries$1, {
1756
1753
  breadcrumbs: breadcrumbs,
1757
1754
  webhooksUrl: webhooksUrl,