diff --git a/README.md b/README.md index 3f591fc..7525215 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This is a web portal for SAR Link customers. ### Parental Control - [x] Fix block device feature - [x] Add all the filters for parental control table (mobile responsive) - - [ ] Disable blocking if payment is pending or omit from the table if device payment is pending + - [x] Disable blocking if payment is pending or omit from the table if device payment is pending ### Agreements - [x] Implement file upload for admin side @@ -43,4 +43,3 @@ This is a web portal for SAR Link customers. ### User Payments - [x] Show user payments table - [x] Add relevant filters for user payments table -- [ ] Add computation of total value for filtered results \ No newline at end of file diff --git a/components/wallet-transactions-table.tsx b/components/wallet-transactions-table.tsx index d419fb9..1d34738 100644 --- a/components/wallet-transactions-table.tsx +++ b/components/wallet-transactions-table.tsx @@ -70,13 +70,13 @@ export async function WalletTransactionsTable({ ) : (
-
+
Total Debit

{totalDebit.toFixed(2)} MVR

-
+
Total Credit