[Glitch] refactored account.js

Port 695de5d134 to glitch-soc
lolsob-rspec
Thibaut Girka 2019-01-10 20:22:28 +01:00
parent e950122e06
commit e495dc0134
1 changed files with 2 additions and 2 deletions

View File

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