Skip to content
Snippets Groups Projects
Commit ebf5bde9 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

Merge branch 'feat/grdf-consents' of...

Merge branch 'feat/grdf-consents' of https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client into feat/grdf-consents
parents 43d885f9 e039baeb
No related branches found
No related tags found
1 merge request!137feat(grdf): display grdf consents
Pipeline #90256 passed
This commit is part of merge request !137. Comments created here will be created in the context of that merge request.
......@@ -196,11 +196,11 @@ 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
placeholder="N°PDL (14 chiffres)"
placeholder={`N°${isGRDF ? 'PCE' : 'PDL'} (14 chiffres)`}
label="Recherche"
value={search}
onChange={(e: React.ChangeEvent<HTMLInputElement>) =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment