diff --git a/app/helpers/navigation_items_helper.rb b/app/helpers/navigation_items_helper.rb index c0b55c674..642aa22ab 100644 --- a/app/helpers/navigation_items_helper.rb +++ b/app/helpers/navigation_items_helper.rb @@ -45,7 +45,7 @@ private end def supported_housing_current?(path) - path == "/supported-housing" + path.include?("/supported-housing") && !organisations_current?(path) end def organisations_current?(path)