mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 23:58: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} />
|
||||
<div {...innerDrawerAttrs}>
|
||||
<Composer />
|
||||
{multiColumn && <button className='mastodon' onClick={onClickElefriend}/>}
|
||||
{multiColumn && <button className='mastodon' onClick={onClickElefriend} />}
|
||||
</div>
|
||||
<DrawerResults
|
||||
results={results}
|
||||
|
|
Loading…
Reference in a new issue