From: Thibaut Girka Date: Thu, 10 Jan 2019 19:22:28 +0000 (+0100) Subject: [Glitch] refactored account.js X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=147f4f9fd2163a2f6ebb1e4bb12aae9146835431;p=mastodon.git [Glitch] refactored account.js Port 57c91fbbed7fa5f44c7144194e313f003c2ef8b3 to glitch-soc --- diff --git a/app/javascript/flavours/glitch/components/account.js b/app/javascript/flavours/glitch/components/account.js index 80f20b8ad..072c601e0 100644 --- a/app/javascript/flavours/glitch/components/account.js +++ b/app/javascript/flavours/glitch/components/account.js @@ -67,10 +67,10 @@ export default class Account extends ImmutablePureComponent { if (hidden) { return ( -
+ {account.get('display_name')} {account.get('username')} -
+ ); }