ok
This commit is contained in:
@@ -41,7 +41,7 @@ const Coupon = ({ code, value, period, type, expiration }) => {
|
||||
|
||||
return (
|
||||
<div className='coupon'>
|
||||
{daysLeft < 1 && (
|
||||
{(expiration == null && code != null) || (expiration != null && code != null && daysLeft < 1) && (
|
||||
<div className='RibbonBannerInverted'>
|
||||
<img src={"https://i.imgur.com/yt6osgL.png"}></img>
|
||||
<h1>Kupon berakhir</h1>
|
||||
|
||||
Reference in New Issue
Block a user