diff --git a/Signum.React/Scripts/Finder.tsx b/Signum.React/Scripts/Finder.tsx
index 0ce283c790..d5820ea219 100644
--- a/Signum.React/Scripts/Finder.tsx
+++ b/Signum.React/Scripts/Finder.tsx
@@ -2129,7 +2129,7 @@ function initFormatRules(): FormatRule[] {
return (
- {cell.split(",").map((t, i) => {t.trim()}).joinCommaHtml(",")}
+ {cell.split(",").map((t, i) => {t.trim()}).joinCommaHtml(",")}
);
}, false, "telephone-link-cell")
@@ -2153,7 +2153,7 @@ function initFormatRules(): FormatRule[] {
return (
- {cell}
+ {cell}
);
}, false, "email-link-cell")