diff --git a/lib/screens/home_screen.dart b/lib/screens/home_screen.dart index f806078..08e4c26 100644 --- a/lib/screens/home_screen.dart +++ b/lib/screens/home_screen.dart @@ -23,16 +23,6 @@ class HomeScreen extends StatelessWidget { ? Center(child: Text('Login please')) : CurrentLiveSessions(), ), - // SingleChildScrollView( - // child: Column( - // mainAxisAlignment: MainAxisAlignment.spaceAround, - // children: [ - // CurrentLiveSessions(), - // SizedBox(height: 30), - // CurrentLiveSessions(), - // ], - // ), - // ), ), floatingActionButton: FloatingButtons(0), floatingActionButtonLocation: FloatingActionButtonLocation.centerFloat,