diff --git a/ts/components/conversation/ContactName.tsx b/ts/components/conversation/ContactName.tsx index a50f574fe..3eda7d542 100644 --- a/ts/components/conversation/ContactName.tsx +++ b/ts/components/conversation/ContactName.tsx @@ -26,7 +26,7 @@ export class ContactName extends React.Component { ) : null; return ( - + {shouldShowProfile ? ' ' : null} {profileElement}