forked from firka/student-legacy
removed shit
This commit is contained in:
parent
e010242469
commit
e62fd40f88
@ -174,18 +174,6 @@ class GradesPageState extends State<GradesPage> {
|
|||||||
} else {
|
} else {
|
||||||
tiles.insert(
|
tiles.insert(
|
||||||
0,
|
0,
|
||||||
// TextButton(
|
|
||||||
// onPressed: () async {
|
|
||||||
// var url = KretaAPI.averages(
|
|
||||||
// user.instituteCode!,
|
|
||||||
// user.id!,
|
|
||||||
// );
|
|
||||||
// print(url);
|
|
||||||
// var res = await Provider.of<KretaClient>(context, listen: false)
|
|
||||||
// .getAPI(url);
|
|
||||||
// print(res);
|
|
||||||
// },
|
|
||||||
// child: Text('test')),
|
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(top: 24.0),
|
padding: const EdgeInsets.only(top: 24.0),
|
||||||
child: Empty(subtitle: "empty".i18n),
|
child: Empty(subtitle: "empty".i18n),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user