Don't push /history-prefix to path

WIP
This commit is contained in:
Philipp Czora
2018-09-17 14:16:43 +02:00
parent 4cb644f9f8
commit 2be854e3d2
2 changed files with 5 additions and 1 deletions

View File

@@ -51,7 +51,7 @@ class Changesets extends React.Component<State, Props> {
}
branchChanged = (branchName: string) => {
this.props.history.push("./history/" + branchName)
this.props.history.push(branchName)
};
}