Skip to content

Commit

Permalink
Update home_screen.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
JayNakum authored Apr 29, 2021
1 parent 62d8e19 commit 6c39bde
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/screens/home_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,6 @@ class HomeScreen extends StatelessWidget {
? Center(child: Text('Login please'))
: CurrentLiveSessions(),
),
// SingleChildScrollView(
// child: Column(
// mainAxisAlignment: MainAxisAlignment.spaceAround,
// children: <Widget>[
// CurrentLiveSessions(),
// SizedBox(height: 30),
// CurrentLiveSessions(),
// ],
// ),
// ),
),
floatingActionButton: FloatingButtons(0),
floatingActionButtonLocation: FloatingActionButtonLocation.centerFloat,
Expand Down

0 comments on commit 6c39bde

Please sign in to comment.