fix: do not show notifications filter on unfollowed dossiers
This commit is contained in:
parent
385277d5a0
commit
9d847ef57a
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
.flex.align-center
|
||||
- if @filtered_sorted_paginated_ids.present? || @current_filters.count > 0
|
||||
= render partial: "dossiers_filter_dropdown", locals: { procedure: @procedure, statut: @statut}
|
||||
= render Dossiers::NotifiedToggleComponent.new(procedure: @procedure, procedure_presentation: @procedure_presentation)
|
||||
= render Dossiers::NotifiedToggleComponent.new(procedure: @procedure, procedure_presentation: @procedure_presentation) if @statut != 'a-suivre'
|
||||
|
||||
.fr-ml-auto
|
||||
|
||||
|
|
Loading…
Reference in a new issue