refactored account.js (#9739)

This commit is contained in:
0xflotus 2019-01-07 08:23:09 +01:00 committed by Eugen Rochko
parent bc4e49fb66
commit 57c91fbbed

View file

@ -68,10 +68,10 @@ class Account extends ImmutablePureComponent {
if (hidden) { if (hidden) {
return ( return (
<div> <Fragment>
{account.get('display_name')} {account.get('display_name')}
{account.get('username')} {account.get('username')}
</div> </Fragment>
); );
} }