History tabnles

This commit is contained in:
CHIEFSOFT\ameye
2023-05-29 14:47:08 -04:00
parent 6dbd080f29
commit da24c8a535
2 changed files with 6 additions and 6 deletions
@@ -20,9 +20,9 @@ function RecentActivityTable({payment}) {
<thead className='border-b-2'>
<tr className='text-slate-600'>
<th className="p-2">Date</th>
<th className="p-2">Recipient</th>
<th className="p-2">Trx.</th>
<th className="p-2">Amount/Fee</th>
<th className="p-2">Conf/Status</th>
<th className="p-2">Status</th>
</tr>
</thead>
{payment.data.length ?