diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-06-13 12:50:52 +0200 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2020-02-22 01:17:16 -0600 |
commit | e67f7b213055f996de7ab8c80ec19ee4a6dc3b51 (patch) | |
tree | b8944ec88dee010c4b48a3e2990423b166d5a3cf | |
parent | 7985d568e9a0acdade9e9d7b103bcd70d2dcbcfe (diff) |
Fix clicking on the elefriend
-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 2ba771058..2e50738ed 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 = { |