mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Amélioration de la fiche élève pour y ajouter la fratrie et les
modalités de paimenet (problème affichage photo)
This commit is contained in:
@ -885,9 +885,9 @@ export default function Page({ params: { locale } }) {
|
||||
{
|
||||
name: t('mainContactMail'),
|
||||
transform: (row) =>
|
||||
row.student.guardians && row.student.guardians.length > 0 && (
|
||||
row.student.guardians[0].associated_profile_email
|
||||
)
|
||||
row.student.guardians &&
|
||||
row.student.guardians.length > 0 &&
|
||||
row.student.guardians[0].associated_profile_email,
|
||||
},
|
||||
{
|
||||
name: t('phone'),
|
||||
|
||||
Reference in New Issue
Block a user