missed a semicolon

This commit is contained in:
cwm 2017-12-17 22:21:15 -06:00
parent 1dd4e3791f
commit 5b185a0a0f

View file

@ -48,7 +48,7 @@ const makeMapStateToProps = () => {
}); });
return mapStateToProps; return mapStateToProps;
} };
@injectIntl @injectIntl
@connect(makeMapStateToProps) @connect(makeMapStateToProps)