mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-12 02:32:55 -05:00
Fix account header showing on search page
This commit is contained in:
parent
4a686ddf8a
commit
b4f548fa18
@ -110,7 +110,7 @@ class Drawer extends React.Component {
|
||||
value={searchValue}
|
||||
/> }
|
||||
<div className='contents'>
|
||||
<DrawerAccount account={account} />
|
||||
{!isSearchPage && <DrawerAccount account={account} />}
|
||||
{!isSearchPage && <Composer />}
|
||||
{multiColumn && <button className='mastodon' onClick={onClickElefriend} />}
|
||||
<DrawerResults
|
||||
|
Loading…
x
Reference in New Issue
Block a user