ordering-ui-react-native 0.23.34 → 0.23.35

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-react-native",
3
- "version": "0.23.34",
3
+ "version": "0.23.35",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -473,7 +473,7 @@ export const OrderDetailsUI = (props: OrderDetailsParams) => {
473
473
  let isBusinessMarker = false;
474
474
  const customerStatusses = [3, 9, 19, 23, 26]
475
475
  const businessStatusses = [7, 8, 18]
476
- const arrivedCustomerStatusses = [19, 23]
476
+ const arrivedCustomerStatusses = [9, 19, 23]
477
477
  if (businessStatusses?.includes(order?.status)) {
478
478
  const markerBusiness = 'Business';
479
479
  isBusinessMarker = true;