Add display name to sidebar
This commit is contained in:
parent
9b729bf1b1
commit
576b247913
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ export default class NavigationBar extends ImmutablePureComponent {
|
|||
</Permalink>
|
||||
|
||||
<div className='navigation-bar__profile'>
|
||||
<div>{this.props.account.get('display_name')}</div>
|
||||
<Permalink className='acct' href={this.props.account.get('url')} to={`/@${this.props.account.get('acct')}`}>
|
||||
<strong>@{this.props.account.get('acct')}</strong>
|
||||
</Permalink>
|
||||
|
|
Loading…
Reference in a new issue