diff --git a/app/components/dossiers/champ_row_show_component/champ_row_show_component.html.haml b/app/components/dossiers/champ_row_show_component/champ_row_show_component.html.haml index 6ca7301db..d6d602eb9 100644 --- a/app/components/dossiers/champ_row_show_component/champ_row_show_component.html.haml +++ b/app/components/dossiers/champ_row_show_component/champ_row_show_component.html.haml @@ -5,7 +5,7 @@ - champ.rows.each do |row| = render Dossiers::ChampRowShowComponent.new(champs: row, demande_seen_at: @demande_seen_at, profile: @profile, repetition: true) - - else + - elsif !champ.header_section? .flex.d-block-sm %p.champ-label.flex-grow= "#{champ.libelle} :"