From 3e16ea7b32c75c7817e9181ede3b3ee3befe4656 Mon Sep 17 00:00:00 2001 From: sha-265 <4103710+sha-265@users.noreply.github.com> Date: Mon, 8 Apr 2019 17:22:52 +0000 Subject: [PATCH] Add RTL support for author name in quote (#2594) --- ts/components/conversation/ContactName.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}