fix(champ): use champ.mandatory?

This commit is contained in:
Paul Chavard 2023-03-21 11:23:33 +01:00
parent 22d0ad64db
commit 4dc95417c5
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#{@champ.libelle}
- if @champ.type_de_champ.mandatory?
- if @champ.mandatory?
%span.mandatory *
- if @champ.updated_at.present? && @seen_at.present?