fix: tab title
All checks were successful
Pull Request Pipeline / test (pull_request) Successful in 44s
Pull Request Pipeline / lint (pull_request) Successful in 47s

This commit is contained in:
2026-05-08 23:33:15 +02:00
parent 8169d92c6c
commit 86a920e934

View File

@@ -136,12 +136,10 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
final loc = AppLocalizations.of(context);
switch (currentIndex) {
case 0:
return loc.home;
case 1:
return loc.matches;
case 2:
case 1:
return loc.groups;
case 3:
case 2:
return loc.statistics;
default:
return '';