mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
fix after merge
This commit is contained in:
@@ -87,7 +87,9 @@ class Breadcrumb extends React.Component<Props> {
|
||||
baseUrl,
|
||||
branch: branch ? branch : defaultBranch,
|
||||
path,
|
||||
isBranchUrl: branches && branches.filter(b => b.name.replace("/", "%2F") === revision).length > 0,
|
||||
isBranchUrl: branches
|
||||
? branches.filter(b => b.name.replace("/", "%2F") === revision).length > 0
|
||||
: true,
|
||||
repository
|
||||
}}
|
||||
renderAll={true}
|
||||
|
||||
Reference in New Issue
Block a user