diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-13 12:50:52 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-06-13 13:49:05 +0200 |
commit | fe5c4f976cf7f447a0db6a7e32fce992431fffd6 (patch) | |
tree | 9b57e8a7fef7e647490067c62a32a120949211ef /app | |
parent | 32bdff09c1093b94c784a809e582f1e5f6ff9694 (diff) |
Fix clicking on the elefriend
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/flavours/glitch/features/compose/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 = { |