mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
restyled branches overview tabled, fixed en/decoded branch name
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user