From dcf6dfffcf47a1536ad643b804f4ff4a9aecabba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Thu, 4 Apr 2019 11:15:34 +0200 Subject: [PATCH] Fix route for changesets with branch --- scm-ui/src/repos/containers/RepositoryRoot.js | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/scm-ui/src/repos/containers/RepositoryRoot.js b/scm-ui/src/repos/containers/RepositoryRoot.js index 418b43d144..6630086964 100644 --- a/scm-ui/src/repos/containers/RepositoryRoot.js +++ b/scm-ui/src/repos/containers/RepositoryRoot.js @@ -174,15 +174,6 @@ class RepositoryRoot extends React.Component { /> )} /> - ( - - )} - /> ( @@ -193,6 +184,15 @@ class RepositoryRoot extends React.Component { /> )} /> + ( + + )} + />