From dac70c812e7094888f9045d5c446bc8ca8abded0 Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 10 Jun 2026 18:04:26 -0300 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 6481961..5701337 100644 --- a/app.js +++ b/app.js @@ -1248,7 +1248,7 @@ function renderInvoices(data) { ${escHtml(inv.uuid || "—")} ${escHtml(inv.product || "—")} € ${escHtml(String(inv.price ?? "—"))} - ${inv.invoice_link ? `Download` : ``} + ${inv.invoice_link ? `` : ``} `, ) .join("")}