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;
                 }