summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--public/js/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/js/index.js b/public/js/index.js
index 732beaca0c..dc2a09c9ed 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;
}