Appease Travis

This commit is contained in:
Ondřej Hruška
2017-09-20 20:34:11 +02:00
parent 769f62d96f
commit 36a35be2ad
2 changed files with 23 additions and 8 deletions

View File

@@ -97,13 +97,13 @@ export default class StatusHeader extends React.PureComponent {
className='status__avatar'
onClick={this.handleAccountClick}
>
{
friend ? (
<AvatarOverlay account={account} friend={friend} />
) : (
<Avatar account={account} size={48} />
)
}
{
friend ? (
<AvatarOverlay account={account} friend={friend} />
) : (
<Avatar account={account} size={48} />
)
}
</a>
<a
href={account.get('url')}