diff options
| author | trisusilo <tri.susilo@altama.co.id> | 2023-10-04 03:06:47 +0000 |
|---|---|---|
| committer | trisusilo <tri.susilo@altama.co.id> | 2023-10-04 03:06:47 +0000 |
| commit | 80c6b0551f55cc4b14ffe42181e2c5df1b5a9547 (patch) | |
| tree | ab6f21b148ed23bb91b553211515fd70c7a68099 /src/lib/cart/components/Cartheader.jsx | |
| parent | cf0b3bff8547783fe518351dd85debdc1e9633e4 (diff) | |
| parent | eb7bea2f262ffa4faa39d4f163950892c5640c0f (diff) | |
Merged in CR/Pricelist (pull request #81)
CR/Pricelist
Diffstat (limited to 'src/lib/cart/components/Cartheader.jsx')
| -rw-r--r-- | src/lib/cart/components/Cartheader.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/cart/components/Cartheader.jsx b/src/lib/cart/components/Cartheader.jsx index cbe7c7e1..901b1501 100644 --- a/src/lib/cart/components/Cartheader.jsx +++ b/src/lib/cart/components/Cartheader.jsx @@ -204,7 +204,7 @@ const Cardheader = (cartCount) => { </p> </Link> - {product?.price?.discountPercentage > 0 && ( + {product?.hasFlashsale && ( <div className='flex gap-x-1 items-center mb-2 mt-1'> <div className='badge-solid-red'> {product?.price?.discountPercentage}% |
