Fix eslint errors. #294.

lolsob-rspec
David Yip 2018-01-14 05:56:43 -06:00
parent 20a82bf6a3
commit 7333a28191
1 changed files with 1 additions and 1 deletions

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}