From 4ec38cc43a858baee311ecb17762ac6cff298aa2 Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 14 Jun 2026 20:58:59 -0300 Subject: [PATCH] Update app.js --- app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.js b/app.js index 2bd3f6f..060f86f 100644 --- a/app.js +++ b/app.js @@ -1489,7 +1489,8 @@ function crmRender() { .map((r) => { const id = r.id; const name = escHtml(r.Name ?? ""); - const email = escHtml(r.email ?? ""); + const company = escHtml(r.Company ?? ""); + const email = escHtml(r.email ?? "");"); const stage = escHtml(r.Stage ?? ""); const strategy = escHtml(r.strategy ?? ""); const category = escHtml(r.category ?? "");