@7shifts/sous-chef 3.40.2-beta0 → 3.40.2-beta1

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.
@@ -8769,7 +8769,7 @@ var DataTableEmptyState = function DataTableEmptyState(_ref) {
8769
8769
  className: styles$M['data-table-empty-state']
8770
8770
  }, React__default.createElement(EmptyStateContainerStack, {
8771
8771
  mediaUrl: customImage,
8772
- mediaComponent: customImage !== '' ? React__default.createElement(EmptyStateIllustration, null) : undefined,
8772
+ mediaComponent: customImage === '' ? React__default.createElement(EmptyStateIllustration, null) : undefined,
8773
8773
  title: customEmptyState ? customEmptyState.title : translate('emptyStateTitle'),
8774
8774
  actions: customEmptyState && customEmptyState.actions,
8775
8775
  size: "small"