ordering-ui-react-native 0.18.24 → 0.18.25

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.18.24",
3
+ "version": "0.18.25",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -425,7 +425,7 @@ const BusinessProductsListingUI = (props: BusinessProductsListingParams) => {
425
425
  <BackgroundGray isIos={Platform.OS === 'ios'} />
426
426
  )}
427
427
  <IOScrollView
428
- stickyHeaderIndices={[business?.professionals?.length > 0 ? 3 : 2]}
428
+ stickyHeaderIndices={[business?.professionals?.length > 0 ? 4 : 3]}
429
429
  style={{
430
430
  ...styles.mainContainer,
431
431
  marginBottom: currentCart?.products?.length > 0 && categoryState.products.length !== 0 ?