payment table updated

This commit was merged in pull request #120.
This commit is contained in:
victorAnumudu
2026-02-23 19:14:36 +01:00
parent f5c798c6c1
commit 20d56ee307
3 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -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>
)