Fix clicking on the elefriend

rebase/4.0.0rc2
Thibaut Girka 2019-06-13 12:50:52 +02:00 committed by ThibG
parent 32bdff09c1
commit fe5c4f976c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const mapDispatchToProps = (dispatch, { intl }) => ({
}, },
}); });
export default @connect(mapStateToProps) export default @connect(mapStateToProps, mapDispatchToProps)
@injectIntl @injectIntl
class Compose extends React.PureComponent { class Compose extends React.PureComponent {
static propTypes = { static propTypes = {