diff --git a/public/js/index.js b/public/js/index.js index 732beaca0..dc2a09c9e 100644 --- a/public/js/index.js +++ b/public/js/index.js @@ -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; }