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