0
0
Fork 0

Merged upstream PR #4526

This commit is contained in:
Ondřej Hruška 2017-08-06 20:59:19 +02:00
parent 7b42d14f45
commit 811d895f7b
13 changed files with 82 additions and 23 deletions

View file

@ -19,7 +19,7 @@ export default class NavigationBar extends ImmutablePureComponent {
<div className='navigation-bar'>
<Permalink href={this.props.account.get('url')} to={`/accounts/${this.props.account.get('id')}`}>
<span style={{ display: 'none' }}>{this.props.account.get('acct')}</span>
<Avatar src={this.props.account.get('avatar')} staticSrc={this.props.account.get('avatar_static')} size={40} />
<Avatar account={this.props.account} size={40} />
</Permalink>
<div className='navigation-bar__profile'>