fix multiple schools appearing in personal details menu

This commit is contained in:
Zypherift 2024-06-14 15:02:10 +02:00
parent 1abe990847
commit d8393b24e1

View File

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