diff options
Diffstat (limited to 'src/core/components')
| -rw-r--r-- | src/core/components/elements/Product/cartProductsList.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/components/elements/Product/cartProductsList.jsx b/src/core/components/elements/Product/cartProductsList.jsx index 5887b425..32df992b 100644 --- a/src/core/components/elements/Product/cartProductsList.jsx +++ b/src/core/components/elements/Product/cartProductsList.jsx @@ -160,7 +160,7 @@ const CardProdcuctsList = ({ </td> <td className='relative'> <ComponentCanBuy canBuy={product.canBuy} /> - {product?.hasFlashsale ? ( + {product?.hasFlashsale && product?.price?.discountPercentage > 0 ? ( <> <div className='flex gap-x-1 items-center justify-center mt-3'> <div className='text-gray_r-11 line-through text-caption-1'> |
