diff --git a/components/Reviews.jsx b/components/Reviews.jsx index 9415e0e..3f356fc 100644 --- a/components/Reviews.jsx +++ b/components/Reviews.jsx @@ -104,7 +104,7 @@ export default function Reviews({ session, setOpen }) { Ville: accountRegistration.ville || '-', Structure: accountRegistration.structure || '-', Fonction: accountRegistration.fonction || '-', - Type_Fonction: registration.typeFonction || '-', + Type_Fonction: accountRegistration.typeFonction || '-', }; } }