diff --git a/auth/lib/ui/home_page.dart b/auth/lib/ui/home_page.dart index e2192e7992..622bc48e35 100644 --- a/auth/lib/ui/home_page.dart +++ b/auth/lib/ui/home_page.dart @@ -500,7 +500,7 @@ class _HomePageState extends State { } if (index == 1 && hasFavouriteCodes) { return TagChip( - label: "", + label: "Favorite", state: _isFavouriteOpen ? TagChipState.selected : TagChipState.unselected, @@ -511,7 +511,7 @@ class _HomePageState extends State { setState(() {}); _applyFilteringAndRefresh(); }, - iconData: Icons.star, + // iconData: Icons.star, ); } if (index == itemCount - 1 && hasTrashedCodes) {