From 058edfd288b2cffa615bad798a9f929306688f27 Mon Sep 17 00:00:00 2001 From: Violette <27735540+VioMrqs@users.noreply.github.com> Date: Fri, 5 Jul 2024 11:17:10 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Alerte=20attestation=20sur=20la?= =?UTF-8?q?=20page=20GF=20actuelle=20(#1928)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GarantiesFinanci\303\250resActuelles.tsx" | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git "a/packages/applications/ssr/src/components/pages/garanties-financi\303\250res/d\303\251tails/components/GarantiesFinanci\303\250resActuelles.tsx" "b/packages/applications/ssr/src/components/pages/garanties-financi\303\250res/d\303\251tails/components/GarantiesFinanci\303\250resActuelles.tsx" index 18f686ee59..2039297a88 100644 --- "a/packages/applications/ssr/src/components/pages/garanties-financi\303\250res/d\303\251tails/components/GarantiesFinanci\303\250resActuelles.tsx" +++ "b/packages/applications/ssr/src/components/pages/garanties-financi\303\250res/d\303\251tails/components/GarantiesFinanci\303\250resActuelles.tsx" @@ -84,6 +84,17 @@ export const GarantiesFinancièresActuelles: FC{type} )} + {!attestation && actions.includes('modifier') && ( + + Attestation de constitution des garanties financières manquante + + )} + {!attestation && !actions.includes('modifier') && ( + + Attestation de constitution des garanties financières à transmettre par + l'autorité instructrice compétente + + )} {!type && actions.includes('modifier') && ( Type de garanties financières manquant