]> cat aescling's git repositories - mastodon.git/commitdiff
Fix clicking on the elefriend
authorThibaut Girka <thib@sitedethib.com>
Thu, 13 Jun 2019 10:50:52 +0000 (12:50 +0200)
committerThibG <thib@sitedethib.com>
Thu, 13 Jun 2019 11:49:05 +0000 (13:49 +0200)
app/javascript/flavours/glitch/features/compose/index.js

index e60eedfd9a9965b9df044828b4d589127a2dd71a..a7795a04d9e0eba14b93c43e6ba0ddf148b5bc18 100644 (file)
@@ -29,7 +29,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
   },
 });
 
-export default @connect(mapStateToProps)
+export default @connect(mapStateToProps, mapDispatchToProps)
 @injectIntl
 class Compose extends React.PureComponent {
   static propTypes = {