diff --git a/scm-ui/src/changesets/containers/Changesets.js b/scm-ui/src/changesets/containers/Changesets.js index 2cc64f8bb5..a197ae293d 100644 --- a/scm-ui/src/changesets/containers/Changesets.js +++ b/scm-ui/src/changesets/containers/Changesets.js @@ -51,7 +51,7 @@ class Changesets extends React.Component { } branchChanged = (branchName: string) => { - this.props.history.push("./history/" + branchName) + this.props.history.push(branchName) }; } diff --git a/scm-ui/src/repos/containers/RepositoryRoot.js b/scm-ui/src/repos/containers/RepositoryRoot.js index 0f6f6ada20..7c8bae308f 100644 --- a/scm-ui/src/repos/containers/RepositoryRoot.js +++ b/scm-ui/src/repos/containers/RepositoryRoot.js @@ -106,6 +106,10 @@ class RepositoryRoot extends React.Component { path={`${url}/history`} component={() => } /> + {/* }*/} + {/*/>*/}