diff --git a/app/views/organisations/show.html.erb b/app/views/organisations/show.html.erb
index 01b3f0d58..dae556d97 100644
--- a/app/views/organisations/show.html.erb
+++ b/app/views/organisations/show.html.erb
@@ -6,12 +6,14 @@
-
- <%= render NavigationComponent.new(
- items: secondary_items(request.path, @organisation.id),
- level: "sub",
- ) %>
-
+<% if current_user.support? %>
+
+ <%= render NavigationComponent.new(
+ items: secondary_items(request.path, @organisation.id),
+ level: "sub",
+ ) %>
+
+<% end %>
<%= govuk_summary_list do |summary_list| %>
<% @organisation.display_attributes.each do |attr| %>