ordering-ui-external 2.5.7 → 2.5.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-external",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "description": "Ordering UI Components",
5
5
  "main": "./_modules/index.js",
6
6
  "exports": {
@@ -235,7 +235,6 @@ const BusinessesListingUI = (props) => {
235
235
  )}
236
236
  </BusinessBanner>
237
237
  )}
238
- {!!Object.values(orderState?.carts)?.length && (
239
238
  <OrderProgress
240
239
  isChew={isChew}
241
240
  franchiseId={props.franchiseId}
@@ -243,7 +242,6 @@ const BusinessesListingUI = (props) => {
243
242
  asDashboard={isCustomerMode}
244
243
  isCustomerMode={isCustomerMode}
245
244
  />
246
- )}
247
245
  {(configs?.business_listing_hide_image?.value !== '1' && isChew) && (
248
246
  <BusinessHeroImg
249
247
  bgimage={theme.images?.general?.businessHero}