diff --git a/app/templates/new/components/service_navigation.html b/app/templates/new/components/service_navigation.html
index 4cd23f252..e3826d279 100644
--- a/app/templates/new/components/service_navigation.html
+++ b/app/templates/new/components/service_navigation.html
@@ -1,12 +1,3 @@
-{% macro navigation_service_name(service) %}
-
- {{ service.name }}
- {% if not service.active %}
- Suspended
- {% endif %}
-
-{% endmacro %}
-
{% if current_service.organization_id %}
{% if current_user.platform_admin or
@@ -14,6 +5,11 @@
{{ current_service.organization_name }}
{% endif %}
{% endif %}
- {{ navigation_service_name(current_service) }}
+
+ {{ current_service.name }}
+ {% if not current_service.active %}
+ Suspended
+ {% endif %}
+
Switch service