Skip to content

Commit

Permalink
fix: remove NIR (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse authored Jan 25, 2024
1 parent 095aa25 commit 92c56d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
</h1>
</div>
<div class="-mt-2">Né le {formatDateLocale(beneficiary.dateOfBirth)}</div>
<div>NIR: {beneficiary.nir ?? 'Inconnu'}</div>
</div>

<h2 class="fr-h4 text-vert-cdb">Informations personnelles</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ fragment notebookFragment on notebook {
cafNumber
city
dateOfBirth
nir
email
firstname
id
Expand Down

0 comments on commit 92c56d6

Please sign in to comment.