feat: destaca fatura paga nos cartoes

This commit is contained in:
Felipe Coutinho
2026-06-06 16:31:33 -03:00
parent b443fb010a
commit 356801324c
6 changed files with 130 additions and 75 deletions

View File

@@ -136,6 +136,7 @@ export default async function Page({ params, searchParams }: PageProps) {
limitAvailable: limitAmount,
currentInvoiceAmount: 0,
currentInvoiceLabel: "",
currentInvoiceStatus: null,
};
const { totalAmount, invoiceStatus, paymentDate } = invoiceData;