@whatmore-repo/whatmore-reactnative-sdk 1.0.33 → 1.0.34

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": "@whatmore-repo/whatmore-reactnative-sdk",
3
- "version": "1.0.33",
3
+ "version": "1.0.34",
4
4
  "description": "",
5
5
  "private": false,
6
6
  "main": "index.js",
@@ -133,7 +133,7 @@ export default function EventTileWithProduct(props) {
133
133
  }
134
134
  </View>
135
135
 
136
- {!isNaN(calculatedDiscount) && calculatedDiscount != 0 &&
136
+ {customStyles?.showDiscountLabel && !isNaN(calculatedDiscount) && calculatedDiscount != 0 &&
137
137
  <View style={{
138
138
  alignSelf: 'flex-start',
139
139
  backgroundColor: brandThemeColor ?? 'green',