missed a semicolon
parent
1dd4e3791f
commit
5b185a0a0f
|
@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
return mapStateToProps;
|
return mapStateToProps;
|
||||||
}
|
};
|
||||||
|
|
||||||
@injectIntl
|
@injectIntl
|
||||||
@connect(makeMapStateToProps)
|
@connect(makeMapStateToProps)
|
||||||
|
|
Loading…
Reference in New Issue