fix multiple schools appearing in personal details menu
This commit is contained in:
parent
1abe990847
commit
d8393b24e1
@ -59,10 +59,6 @@ class AccountView extends StatelessWidget {
|
|||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 10.0,
|
height: 10.0,
|
||||||
),
|
),
|
||||||
// Detail(
|
|
||||||
// title: "parents".i18n,
|
|
||||||
// description: user.student.parents.join(", ")),
|
|
||||||
Detail(title: "school".i18n, description: user.student.school.name),
|
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user