fix(portal): prefix unused totalPending param with underscore

Silence @typescript-eslint/no-unused-vars for totalPending in
PaymentModal — it is accepted as a prop for API compatibility but the
modal computes selectedTotal from selected invoices instead.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Barkley Trimsworth
2026-03-29 19:56:14 +00:00
parent 9caa03723c
commit 38f435375f
89 changed files with 7064 additions and 916 deletions
+2 -1
View File
@@ -17,5 +17,6 @@
"node": ">=20",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.15.4"
"packageManager": "pnpm@9.15.4",
"license": "AGPL-3.0-only"
}