mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 15:05:44 +01:00
fix paging url
This commit is contained in:
@@ -56,7 +56,7 @@ class BranchRoot extends React.Component<Props> {
|
||||
branchSelected = (branch: Branch) => {
|
||||
const url = this.matchedUrl();
|
||||
this.props.history.push(
|
||||
`${url}/${encodeURIComponent(branch.name)}/changesets`
|
||||
`${url}/${encodeURIComponent(branch.name)}/changesets/`
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user