webpack/components/SyncGitRepo/index.js in foreman_acd-0.9.7 vs webpack/components/SyncGitRepo/index.js in foreman_acd-0.10.0

- old
+ new

@@ -14,15 +14,12 @@ const mapStateToProps = state => ({ scmType: selectScmType(state), gitCommit: selectGitCommit(state), path: selectPath(state), - gitUrl: selectGitUrl(state) + gitUrl: selectGitUrl(state), }); const mapDispatchToProps = dispatch => bindActionCreators(SyncGitRepoActions, dispatch); -export default connect( - mapStateToProps, - mapDispatchToProps -)(SyncGitRepo); +export default connect(mapStateToProps, mapDispatchToProps)(SyncGitRepo);