Skip to content

Commit

Permalink
🎨 Alerte attestation sur la page GF actuelle (#1928)
Browse files Browse the repository at this point in the history
  • Loading branch information
VioMrqs committed Jul 5, 2024
1 parent dab888d commit 058edfd
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,17 @@ export const GarantiesFinancièresActuelles: FC<GarantiesFinancièresActuellesPr
Type : <span className="font-semibold">{type}</span>
</>
)}
{!attestation && actions.includes('modifier') && (
<span className="font-semibold italic">
Attestation de constitution des garanties financières manquante
</span>
)}
{!attestation && !actions.includes('modifier') && (
<span className="font-semibold italic">
Attestation de constitution des garanties financières à transmettre par
l'autorité instructrice compétente
</span>
)}
{!type && actions.includes('modifier') && (
<span className="font-semibold italic">
Type de garanties financières manquant
Expand Down

0 comments on commit 058edfd

Please sign in to comment.