missed a semicolon

This commit is contained in:
cwm 2017-12-17 22:21:15 -06:00
parent be50e45a74
commit 14aae9c05c

View file

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