added missing square bracket

This commit is contained in:
2026-01-01 18:44:28 +01:00
parent 5a318f9760
commit 25fe10eb9a

View File

@@ -222,6 +222,7 @@ class _HomeViewState extends State<HomeView> {
], ],
), ),
), ),
],
), ),
), ),
); );