missed a semicolon

lolsob-rspec
cwm 2017-12-17 22:21:15 -06:00
parent 1dd4e3791f
commit 5b185a0a0f
1 changed files with 1 additions and 1 deletions

View File

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