This commit is contained in:
Kima
2024-05-12 12:10:34 +02:00
parent 308c8f966f
commit c205bc592c
3 changed files with 10 additions and 0 deletions

View File

@@ -56,6 +56,13 @@ class AccountView extends StatelessWidget {
Detail(
title: "parents".plural(user.student.parents.length),
description: user.student.parents.join(", ")),
const SizedBox(
height: 10.0,
),
// Detail(
// title: "parents".i18n,
// description: user.student.parents.join(", ")),
Detail(title: "school".i18n, description: user.student.school.name),
],
),
);