Added missing dao functions
This commit is contained in:
@@ -235,7 +235,7 @@ class _MatchTileState extends State<MatchTile> {
|
||||
LayoutBuilder(
|
||||
builder: (context, constraints) {
|
||||
final useSingleColumn = match.teams!.any(
|
||||
(team) => team.name.length > 14,
|
||||
(team) => team.name.length > 10,
|
||||
);
|
||||
|
||||
const spacing = 8.0;
|
||||
|
||||
Reference in New Issue
Block a user