We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7a8c4 commit af68c52Copy full SHA for af68c52
frontend/src/components/molecules/PreviewTemplateDetails/PreviewTemplateDetailsLetter.tsx
@@ -31,7 +31,7 @@ export default function PreviewTemplateDetailsLetter({
31
32
const proofOwner =
33
template.owner && template.owner.startsWith(clientOwnerPrefix)
34
- ? template.owner.slice(clientOwnerPrefix.length + 1)
+ ? template.owner.slice(clientOwnerPrefix.length)
35
: template.owner;
36
37
return (
0 commit comments