@hanzo/commerce 7.1.23 → 7.1.24

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.
@@ -41,7 +41,7 @@ const CartLineItem: React.FC<{
41
41
  const cmmc = useCommerce()
42
42
  const promoPrice = showPromoCode ? cmmc.itemPromoPrice(item) : undefined
43
43
 
44
- const selected = computed(() => (item.sku === cmmc.currentItem?.sku))
44
+ const selected = item.sku === cmmc.currentItem?.sku
45
45
 
46
46
  return (
47
47
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/commerce",
3
- "version": "7.1.23",
3
+ "version": "7.1.24",
4
4
  "description": "e-commerce framework.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",