restyled branches overview tabled, fixed en/decoded branch name

This commit is contained in:
Florian Scholdei
2019-04-01 15:13:44 +02:00
parent 5420884f5a
commit 7f1aeb0492
3 changed files with 5 additions and 7 deletions

View File

@@ -72,7 +72,6 @@ const mapStateToProps = (state, ownProps) => {
const { repository } = ownProps;
const branchName = decodeURIComponent(ownProps.match.params.branch);
const branch = getBranchByName(state, branchName);
console.log(branchName + " Branch:",branch);
const loading = isFetchBranchPending(state, branchName);
const error = getFetchBranchFailure(state, branchName);
return {