mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 15:35:49 +01:00
fix after merge
This commit is contained in:
@@ -87,7 +87,9 @@ class Breadcrumb extends React.Component<Props> {
|
|||||||
baseUrl,
|
baseUrl,
|
||||||
branch: branch ? branch : defaultBranch,
|
branch: branch ? branch : defaultBranch,
|
||||||
path,
|
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
|
repository
|
||||||
}}
|
}}
|
||||||
renderAll={true}
|
renderAll={true}
|
||||||
|
|||||||
Reference in New Issue
Block a user