Coupon format
This commit is contained in:
@@ -31,7 +31,7 @@ function CouponTable({coupon}) {
|
||||
<tbody>
|
||||
{currentCoupon.map((item, index) => (
|
||||
<tr key={index} className='text-slate-500'>
|
||||
<td className="p-10">{item.added} <br /> {item.code} <br />{item.amount}</td>
|
||||
<td className="p-2">{item.added} <br /> {item.code} <br />{item.amount}</td>
|
||||
{/*<td className="p-2"></td>*/}
|
||||
{/*<td className="p-2"></td>*/}
|
||||
<td className="p-2">{item.status}</td>
|
||||
|
||||
Reference in New Issue
Block a user