diff options
Diffstat (limited to 'app/javascript/flavours/glitch/features/drawer/index.js')
-rw-r--r-- | app/javascript/flavours/glitch/features/drawer/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/features/drawer/index.js b/app/javascript/flavours/glitch/features/drawer/index.js index 93457ad31..ac72bfa90 100644 --- a/app/javascript/flavours/glitch/features/drawer/index.js +++ b/app/javascript/flavours/glitch/features/drawer/index.js @@ -101,7 +101,7 @@ class Drawer extends React.Component { <DrawerAccount account={account} /> <div {...innerDrawerAttrs}> <Composer /> - {multiColumn && <div className='mastodon' onClick={onClickElefriend} role='button' />} + {multiColumn && <button className='mastodon' onClick={onClickElefriend}/>} </div> <DrawerResults results={results} |