From da0a306b06fffe11524e586e40ba9e4b2dc492a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20PAILHAREY?= <rpailharey@grandlyon.com> Date: Tue, 16 Jan 2024 08:12:06 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- src/components/Consents/Consents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Consents/Consents.tsx b/src/components/Consents/Consents.tsx index c0d2c6c7..b3397935 100644 --- a/src/components/Consents/Consents.tsx +++ b/src/components/Consents/Consents.tsx @@ -196,7 +196,7 @@ export const Consents: React.FC<{ type: 'sge' | 'grdf' }> = ({ type }) => { return ( <> <div className="header"> - <h1>Consentements Enedis</h1> + <h1>Consentements {isGRDF ? 'GRDF' : 'Enedis'}</h1> </div> <div className={styles.content}> <TextField -- GitLab