Coupon format

This commit is contained in:
CHIEFSOFT\ameye
2023-06-10 12:33:22 -04:00
parent c5d84655a9
commit d0e1a7acd0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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>