Skip to content

Commit 367b56e

Browse files
committed
Remove repository mirrors from "collaborative" list
1 parent 3e89e89 commit 367b56e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/js/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1768,7 +1768,7 @@ function initVueComponents(){
17681768
case 'mirrors':
17691769
return repo.mirror;
17701770
case 'collaborative':
1771-
return repo.owner.id != this.uid;
1771+
return repo.owner.id != this.uid && !repo.mirror;
17721772
default:
17731773
return true;
17741774
}

0 commit comments

Comments
 (0)