fix(opportunity): remove synthetic Contact suffix in contact field

This commit is contained in:
2026-04-10 05:09:40 +00:00
parent 2bd498a35d
commit 57b5763d41
2 changed files with 17 additions and 3 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export const contactTranslation: Translation<CwContact, ApiContact> = {
{
from: "lastName",
to: "lastName",
process: (value) => (value ? value : "Contact"),
process: (value) => (value ? value : ""),
},
{ from: "nickName", to: "nickname" },
{ from: "title", to: "title" },