This commit is contained in:
2026-04-21 16:36:53 +03:00
parent 6b1dfe9cb4
commit 150b400fc6
2 changed files with 13 additions and 11 deletions

View File

@@ -1547,8 +1547,7 @@ data-role="{{ p.position_full or p.position or '' }}"
if (!rawName) return;
const formattedName = swapNameParts(rawName);
sendNeutralPersonTitle(formattedName, role, logoUrl);
sendNeutralPersonTitle(rawName, role, logoUrl);
});
})();
</script>