mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 08:48:53 +00:00
Fix eslint errors. #294.
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user