ordering-ui-react-native 0.16.67-release → 0.16.68-release

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.16.67-release",
3
+ "version": "0.16.68-release",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -414,7 +414,7 @@ const BusinessProductsListingUI = (props: BusinessProductsListingParams) => {
414
414
  <BackgroundGray isIos={Platform.OS === 'ios'} />
415
415
  )}
416
416
  <IOScrollView
417
- stickyHeaderIndices={[business?.professionals?.length > 0 ? 4 : 3]}
417
+ stickyHeaderIndices={[business?.professionals?.length > 0 ? 4 : 2]}
418
418
  style={{
419
419
  ...styles.mainContainer,
420
420
  marginBottom: currentCart?.products?.length > 0 && categoryState.products.length !== 0 ?