mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
Fix eslint errors. #294.
This commit is contained in:
parent
756a9cd139
commit
c2669f93d0
@ -101,7 +101,7 @@ class Drawer extends React.Component {
|
|||||||
<DrawerAccount account={account} />
|
<DrawerAccount account={account} />
|
||||||
<div {...innerDrawerAttrs}>
|
<div {...innerDrawerAttrs}>
|
||||||
<Composer />
|
<Composer />
|
||||||
{multiColumn && <button className='mastodon' onClick={onClickElefriend}/>}
|
{multiColumn && <button className='mastodon' onClick={onClickElefriend} />}
|
||||||
</div>
|
</div>
|
||||||
<DrawerResults
|
<DrawerResults
|
||||||
results={results}
|
results={results}
|
||||||
|
Loading…
Reference in New Issue
Block a user