fix: tab title
This commit is contained in:
@@ -136,12 +136,10 @@ class _CustomNavigationBarState extends State<CustomNavigationBar>
|
|||||||
final loc = AppLocalizations.of(context);
|
final loc = AppLocalizations.of(context);
|
||||||
switch (currentIndex) {
|
switch (currentIndex) {
|
||||||
case 0:
|
case 0:
|
||||||
return loc.home;
|
|
||||||
case 1:
|
|
||||||
return loc.matches;
|
return loc.matches;
|
||||||
case 2:
|
case 1:
|
||||||
return loc.groups;
|
return loc.groups;
|
||||||
case 3:
|
case 2:
|
||||||
return loc.statistics;
|
return loc.statistics;
|
||||||
default:
|
default:
|
||||||
return '';
|
return '';
|
||||||
|
|||||||
Reference in New Issue
Block a user