missed a piece in the merge

This commit is contained in:
2020-04-30 20:31:01 -04:00
parent dd0456299c
commit 2209d1b992

View File

@@ -7,15 +7,9 @@ class Sport extends StatelessWidget {
const Item("Basketball", Colors.red,[5,13]), const Item("Basketball", Colors.red,[5,13]),
const Item("Soccer", Colors.pinkAccent,[9,17]), const Item("Soccer", Colors.pinkAccent,[9,17]),
const Item('Baseball', Colors.orange,[1]), const Item('Baseball', Colors.orange,[1]),
<<<<<<< HEAD
const Item('Softball', Colors.yellow,[12]), const Item('Softball', Colors.yellow,[12]),
const Item('Volleyball', Colors.blue,[20]), const Item('Volleyball', Colors.blue,[20]),
const Item('Tennis', Colors.yellowAccent,[10,18]), const Item('Tennis', Colors.yellowAccent,[10,18]),
=======
const Item('Volleyball', Colors.blue,[0]),
const Item('Softball', Colors.yellow,[0]),
const Item('Tennis', Colors.yellowAccent,[0,0]),
>>>>>>> filter-sport-articles
]; ];
final feed = Feed(); // was var not final final feed = Feed(); // was var not final