Skip to content

Commit

Permalink
Remove repository mirrors from "collaborative" list (#2497)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morlinest authored and lafriks committed Sep 13, 2017
1 parent 3e89e89 commit 35b473d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/index.js
Expand Up @@ -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;
}
Expand Down

0 comments on commit 35b473d

Please sign in to comment.