Updated sidebar menu avatar link

removed extra curly
This commit is contained in:
mgabdev 2019-08-15 14:19:29 -04:00
parent f4bc6aedb7
commit c60617cc00
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ class SidebarMenu extends ImmutablePureComponent {
<div className='sidebar-menu-profile'>
<div className='sidebar-menu-profile__avatar'>
<Link to={`/${acct}}`} title={acct} onClick={onClose}>
<Link to={`/${acct}`} title={acct} onClick={onClose}>
<Avatar account={account} />
</Link>
</div>