refactored account.js (#9739)
This commit is contained in:
parent
bc4e49fb66
commit
57c91fbbed
1 changed files with 2 additions and 2 deletions
|
@ -68,10 +68,10 @@ class Account extends ImmutablePureComponent {
|
|||
|
||||
if (hidden) {
|
||||
return (
|
||||
<div>
|
||||
<Fragment>
|
||||
{account.get('display_name')}
|
||||
{account.get('username')}
|
||||
</div>
|
||||
</Fragment>
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue