Fix account header showing on search page

pull/12504/head
Thibaut Girka 2018-08-31 14:01:41 +02:00 committed by ThibG
parent 4a686ddf8a
commit b4f548fa18
1 changed files with 1 additions and 1 deletions
app/javascript/flavours/glitch/features/drawer

View File

@ -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