From 9448cef053bec0e923f7a944faa9ca5891cee4bb Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 14 Jun 2026 20:59:14 -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 060f86f..2a1b7e3 100644 --- a/app.js +++ b/app.js @@ -1490,7 +1490,7 @@ function crmRender() { const id = r.id; const name = escHtml(r.Name ?? ""); const company = escHtml(r.Company ?? ""); - const email = escHtml(r.email ?? "");"); + const email = escHtml(r.email ?? ""); const stage = escHtml(r.Stage ?? ""); const strategy = escHtml(r.strategy ?? ""); const category = escHtml(r.category ?? "");