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

@@ -106,6 +106,10 @@ class RepositoryRoot extends React.Component<Props> {
path={`${url}/history`}
component={() => <Changesets repository={repository} branchName={"master"} history={this.props.history}/>}
/>
{/*<Route*/}
{/*path={`${url}/history/:branchName`}*/}
{/*component={() => <Changesets repository={repository} branchName={} history={this.props.history}/>}*/}
{/*/>*/}
</div>
<div className="column">
<Navigation>