From: Eugen Rochko Date: Mon, 22 Oct 2018 21:23:00 +0000 (+0200) Subject: Revert "RTL: remove blank character inside bdi (#9038)" (#9056) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=81017eaea7ce08a951274a6a8dbc11dca38bc27e;p=mastodon.git Revert "RTL: remove blank character inside bdi (#9038)" (#9056) This reverts commit c7e9f9ff1ed1def7f14f6ca4ac2836005eeefa47. --- diff --git a/app/javascript/mastodon/components/display_name.js b/app/javascript/mastodon/components/display_name.js index 31efab80a..c2c40cb3f 100644 --- a/app/javascript/mastodon/components/display_name.js +++ b/app/javascript/mastodon/components/display_name.js @@ -22,8 +22,7 @@ export default class DisplayName extends React.PureComponent { return ( - - {suffix} + {suffix} ); }