Remove repository mirrors from "collaborative" list (#2497)
This commit is contained in:
parent
3e89e89670
commit
35b473d8d3
|
@ -1768,7 +1768,7 @@ function initVueComponents(){
|
|||
case 'mirrors':
|
||||
return repo.mirror;
|
||||
case 'collaborative':
|
||||
return repo.owner.id != this.uid;
|
||||
return repo.owner.id != this.uid && !repo.mirror;
|
||||
default:
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue