diff --git a/marking_app/lib/pages/homework_correction/widget/top_count.dart b/marking_app/lib/pages/homework_correction/widget/top_count.dart index c92fb22..6bf318c 100644 --- a/marking_app/lib/pages/homework_correction/widget/top_count.dart +++ b/marking_app/lib/pages/homework_correction/widget/top_count.dart @@ -338,7 +338,7 @@ class TopCount extends StatelessWidget { ), SizedBox( height: 15.r, - ),*/ + ), Padding( padding: EdgeInsets.symmetric(horizontal: 15.r), child: GridView.builder( @@ -412,7 +412,7 @@ class TopCount extends StatelessWidget { ); }, ), - ), + ),*/ ], ), );