Fix clicking on the elefriend
This commit is contained in:
parent
3bf93a3612
commit
4c2b1e87c7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue