From: Thibaut Girka Date: Thu, 13 Jun 2019 10:50:52 +0000 (+0200) Subject: Fix clicking on the elefriend X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=fe5c4f976cf7f447a0db6a7e32fce992431fffd6;p=mastodon.git Fix clicking on the elefriend --- diff --git a/app/javascript/flavours/glitch/features/compose/index.js b/app/javascript/flavours/glitch/features/compose/index.js index e60eedfd9..a7795a04d 100644 --- a/app/javascript/flavours/glitch/features/compose/index.js +++ b/app/javascript/flavours/glitch/features/compose/index.js @@ -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 = {