diff --git a/app/views/plans/index.html.erb b/app/views/plans/index.html.erb
index bd64ba1..1fa2023 100644
--- a/app/views/plans/index.html.erb
+++ b/app/views/plans/index.html.erb
@@ -30,7 +30,7 @@
- <% if @organisationally_or_publicly_visible.length > 0 %>
+ <% if @organisationally_or_publicly_visible.length > 0 && !current_user.org.is_other? %>
<%= paginable_renderise(
partial: '/paginable/plans/organisationally_or_publicly_visible',
controller: 'paginable/plans',