fix sport page articles bug

This commit is contained in:
2020-04-30 20:27:17 -04:00
parent 79886504ae
commit 3e0efc8aff

View File

@@ -69,10 +69,7 @@ class Sport extends StatelessWidget {
), ),
body: ListView( body: ListView(
children: <Widget>[ children: <Widget>[
HorizontalNewsFeed(newsFeed: feed, title: Text(_curSport.name)), HorizontalNewsFeed(newsFeed: feed, title: Text(_curSport.name), sportFilter: _curSport.name,),
HorizontalNewsFeed(newsFeed: feed, title: Text(_curSport.name)),
HorizontalNewsFeed(newsFeed: feed, title: Text(_curSport.name)),
HorizontalNewsFeed(newsFeed: feed, title: Text(_curSport.name)),
], ],
), ),
drawer: Drawer( drawer: Drawer(