added completed job histroy API
This commit was merged in pull request #751.
This commit is contained in:
@@ -25,7 +25,7 @@ function RecentActivityTable({ payment }) {
|
||||
<tr className="text-slate-600 dark:text-white">
|
||||
<th className="p-4">Date</th>
|
||||
<th className="p-4">Trx.</th>
|
||||
<th className="p-4">Amnt./Fee</th>
|
||||
<th className="p-4 text-right">Amnt./Fee</th>
|
||||
<th className="p-4">Status</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@@ -37,7 +37,7 @@ function RecentActivityTable({ payment }) {
|
||||
className="p-4"
|
||||
dangerouslySetInnerHTML={{ __html: item.recipient }}
|
||||
></td>
|
||||
<td className="p-4">
|
||||
<td className="p-4 text-right">
|
||||
{item.amount}
|
||||
<br />
|
||||
{item.fee}
|
||||
|
||||
Reference in New Issue
Block a user