1
0
mirror of https://github.com/funamitech/mastodon synced 2024-12-02 16:58:53 +09:00

[Glitch] refactored account.js

Port 57c91fbbed to glitch-soc
This commit is contained in:
Thibaut Girka 2019-01-10 20:22:28 +01:00
parent ec441e0299
commit 147f4f9fd2

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>
);
}