Browse Source

Remove repository mirrors from "collaborative" list (#2497)

for-closed-social
Morlinest 7 years ago
committed by Lauris BH
parent
commit
35b473d8d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      public/js/index.js

+ 1
- 1
public/js/index.js View File

@ -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…
Cancel
Save