Make avatar in compose navbar hover-to-play

lolsob-rspec
Ondřej Hruška 2017-07-10 10:26:46 +02:00
parent df40acdab6
commit 60d4858ef5
1 changed files with 1 additions and 1 deletions

View File

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