Skip to content
Snippets Groups Projects
Commit da0a306b authored by Rémi PAILHAREY's avatar Rémi PAILHAREY Committed by Bastien DUMONT
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent c06248f9
Branches
Tags
1 merge request!137feat(grdf): display grdf consents
Pipeline #90254 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment