diff --git a/app/views/shared/_subnavigation.html.erb b/app/views/shared/_subnavigation.html.erb
index 3336dad0a..87f9d86f6 100644
--- a/app/views/shared/_subnavigation.html.erb
+++ b/app/views/shared/_subnavigation.html.erb
@@ -54,13 +54,16 @@
title: t("shared.go_to_page") + t("layouts.header.budgets") %>
<% end %>
-
- <%= link_to t("layouts.header.help"),
- help_path,
- accesskey: "6",
- class: ("is-active" if current_page?(help_path)),
- title: t("shared.go_to_page") + t("layouts.header.help") %>
-
+
+ <% unless content_block("main_navigation_left", I18n.locale) || content_block("main_navigation_right", I18n.locale) %>
+
+ <%= link_to t("layouts.header.help"),
+ help_path,
+ accesskey: "6",
+ class: ("is-active" if current_page?(help_path)),
+ title: t("shared.go_to_page") + t("layouts.header.help") %>
+
+ <% end %>
<%= raw content_block("main_navigation_right", I18n.locale) %>