@yorkjs/hive-ui 2.2.1 → 2.2.2

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": "@yorkjs/hive-ui",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "Hive UI - Taro React component library",
5
5
  "main": "src/index.ts",
6
6
  "module": "src/index.ts",
@@ -377,12 +377,12 @@ const ProductItem: React.FC<IProductCardProps> = (props) => {
377
377
  </View>
378
378
  <View className={styles['content-bottom']}>
379
379
  <View className={styles['price-container']}>
380
+ {
381
+ salePricePrefix
382
+ ? salePricePrefix
383
+ : undefined
384
+ }
380
385
  <View className={styles['price-row']}>
381
- {
382
- salePricePrefix
383
- ? salePricePrefix
384
- : undefined
385
- }
386
386
  <Text className={styles['price-symbol']}>
387
387
  ¥
388
388
  </Text>