parent
fb195f37bb
commit
89b50796ba
|
@ -100,15 +100,15 @@ class Drawer extends React.Component {
|
||||||
onSettingsClick={onOpenSettings}
|
onSettingsClick={onOpenSettings}
|
||||||
/>
|
/>
|
||||||
) : null}
|
) : null}
|
||||||
<DrawerSearch
|
{(multiColumn || isSearchPage) && <DrawerSearch
|
||||||
intl={intl}
|
intl={intl}
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
onClear={onClear}
|
onClear={onClear}
|
||||||
onShow={onShow}
|
onShow={onShow}
|
||||||
onSubmit={onSubmit}
|
onSubmit={onSubmit}
|
||||||
submitted={submitted}
|
submitted={submitted}
|
||||||
value={searchValue}
|
value={searchValue}
|
||||||
/>
|
/> }
|
||||||
<div className='contents'>
|
<div className='contents'>
|
||||||
<DrawerAccount account={account} />
|
<DrawerAccount account={account} />
|
||||||
{!isSearchPage && <Composer />}
|
{!isSearchPage && <Composer />}
|
||||||
|
|
Loading…
Reference in New Issue