Add RTL support for author name in quote (#2594)

This commit is contained in:
sha-265 2019-04-08 17:22:52 +00:00 committed by Scott Nonnenberg
parent d99dc100a5
commit 3e16ea7b32

View file

@ -26,7 +26,7 @@ export class ContactName extends React.Component<Props> {
) : null;
return (
<span className={prefix}>
<span className={prefix} dir="auto">
<Emojify text={title} i18n={i18n} />
{shouldShowProfile ? ' ' : null}
{profileElement}