missed a semicolon

master
cwm 2017-12-17 22:21:15 -06:00
parent be50e45a74
commit 14aae9c05c
1 changed files with 1 additions and 1 deletions

View File

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