Fix clicking on the elefriend

master
Thibaut Girka 6 years ago committed by ThibG
parent 32bdff09c1
commit fe5c4f976c
  1. 2
      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 = {

Loading…
Cancel
Save