Fixed the broken size on the profile block avatar image.

Handled by CSS.
This commit is contained in:
Dank Gabs 2019-07-02 23:42:28 -04:00
parent d9e943f6f4
commit 5be3eb5dec

@ -32,7 +32,7 @@ class UserPanel extends ImmutablePureComponent {
<div className='user-panel__profile'>
<Link to={`/${account.get('acct')}`} title={acct}>
<Avatar account={account} size={88} />
<Avatar account={account} />
</Link>
</div>