Update app.js

This commit is contained in:
oliver
2026-06-14 20:58:59 -03:00
parent 99811f9f49
commit 4ec38cc43a
+2 -1
View File
@@ -1489,7 +1489,8 @@ function crmRender() {
.map((r) => { .map((r) => {
const id = r.id; const id = r.id;
const name = escHtml(r.Name ?? ""); 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 stage = escHtml(r.Stage ?? "");
const strategy = escHtml(r.strategy ?? ""); const strategy = escHtml(r.strategy ?? "");
const category = escHtml(r.category ?? ""); const category = escHtml(r.category ?? "");