Browse Source

Fix eslint errors. #294.

closed-social-glitch-2
David Yip 6 years ago
parent
commit
c2669f93d0
No known key found for this signature in database GPG Key ID: 7DA0036508FCC0CC
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/features/drawer/index.js

+ 1
- 1
app/javascript/flavours/glitch/features/drawer/index.js View File

@ -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…
Cancel
Save