payment table updated
This commit was merged in pull request #120.
This commit is contained in:
@@ -64,8 +64,8 @@ export default function PaymentReportTable() {
|
||||
return (
|
||||
<tr key={index}>
|
||||
<td>{item?.added}</td>
|
||||
<td>{item?.name}</td>
|
||||
<td>{item?.amount}</td>
|
||||
<td>{item?.option_name}</td>
|
||||
<td>{item?.currency}{item?.amount}</td>
|
||||
<td>{item?.status}</td>
|
||||
</tr>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user