refactored account.js (#9739)

lolsob-rspec
0xflotus 2019-01-07 08:23:09 +01:00 committed by Eugen Rochko
parent f563aca42d
commit 695de5d134
1 changed files with 2 additions and 2 deletions

View File

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