mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-24 03:28:06 +01:00
Fix eslint errors. #294.
This commit is contained in:
parent
756a9cd139
commit
c2669f93d0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue