From 64cff0f33b68bfa6168337f7df0060e632265a47 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 20:05:48 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/invoices.index.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/routes/invoices.index.tsx b/src/routes/invoices.index.tsx index 30f3653..95d3718 100644 --- a/src/routes/invoices.index.tsx +++ b/src/routes/invoices.index.tsx @@ -604,7 +604,7 @@ function InvoicesIndex() { No matching expenses. )} - {visibleExp.map((e) => { + {pagedExp.map((e) => { const marked = isPlaceholder(e.invoice_id); return (