Browse Source

Fix clicking on the elefriend

closed-social-glitch-2
Thibaut Girka 5 years ago
committed by ThibG
parent
commit
fe5c4f976c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/javascript/flavours/glitch/features/compose/index.js

+ 1
- 1
app/javascript/flavours/glitch/features/compose/index.js View 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 = {

Loading…
Cancel
Save