ordering-ui-react-native 0.21.1-release → 0.21.2-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.21.01-release",
3
+ "version": "0.21.02-release",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -771,7 +771,7 @@ const CheckoutUI = (props: any) => {
771
771
  cart?.status !== 2 &&
772
772
  validationFields?.fields?.checkout?.driver_tip?.enabled &&
773
773
  driverTipsOptions && driverTipsOptions?.length > 0 &&
774
- !isGiftCardCart &&
774
+ cart?.business_id &&
775
775
  (
776
776
  <ChSection>
777
777
  <ChDriverTips>