Update app.js

This commit is contained in:
oliver
2026-06-14 20:59:14 -03:00
parent 4ec38cc43a
commit 9448cef053
+1 -1
View File
@@ -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 ?? "");