Skip to content
Snippets Groups Projects
Commit 57c91fbb authored by 0xflotus's avatar 0xflotus Committed by Eugen Rochko
Browse files

refactored account.js (#9739)

parent bc4e49fb
No related branches found
No related tags found
No related merge requests found
......@@ -68,10 +68,10 @@ class Account extends ImmutablePureComponent {
if (hidden) {
return (
<div>
<Fragment>
{account.get('display_name')}
{account.get('username')}
</div>
</Fragment>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment