Browse Source

feat: remove status to align with main

CLDC-1741-scheme-attributes-bug-fix
natdeanlewissoftwire 2 years ago
parent
commit
111781f5b9
  1. 1
      app/helpers/schemes_helper.rb

1
app/helpers/schemes_helper.rb

@ -15,7 +15,6 @@ module SchemesHelper
{ name: "Level of support given", value: scheme.support_type },
{ name: "Intended length of stay", value: scheme.intended_stay },
{ name: "Availability", value: scheme_availability(scheme) },
FeatureToggle.scheme_toggle_enabled? ? { name: "Status", value: status_tag(scheme.status) } : nil,
].compact
end

Loading…
Cancel
Save