From d007b17f08eeb0aa95d738af4f839a3545b040b8 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 17:02:30 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/invoices.index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/invoices.index.tsx b/src/routes/invoices.index.tsx index 95c43d8..a7b030c 100644 --- a/src/routes/invoices.index.tsx +++ b/src/routes/invoices.index.tsx @@ -382,7 +382,7 @@ function InvoicesIndex() { {formatCurrency(amount)} {marked ? ( - Marked invoiced + Marked invoiced ) : ( Unbilled )} @@ -466,7 +466,7 @@ function InvoicesIndex() { {formatCurrency(e.amount)} {marked ? ( - Marked invoiced + Marked invoiced ) : ( Unbilled )}