Added missing dao functions

This commit is contained in:
2026-05-18 22:39:52 +02:00
parent 9a8b93510e
commit 9c5e72e6ed
4 changed files with 27 additions and 13 deletions

View File

@@ -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;