refactored account.js (#9739)

Tento commit je obsažen v:
0xflotus
2019-01-07 08:23:09 +01:00
odevzdal Eugen Rochko
rodič bc4e49fb66
revize 57c91fbbed
+2 -2
Zobrazit soubor
@@ -68,10 +68,10 @@ class Account extends ImmutablePureComponent {
if (hidden) {
return (
<div>
<Fragment>
{account.get('display_name')}
{account.get('username')}
</div>
</Fragment>
);
}