fix loyalty

This commit is contained in:
Phuoc Nguyen
2025-10-27 16:06:31 +07:00
parent 8eae79f72b
commit c0527a086c
8 changed files with 710 additions and 6 deletions

View File

@@ -169,8 +169,7 @@ class HomePage extends ConsumerWidget {
QuickAction(
icon: Icons.history,
label: 'Lịch sử điểm',
onTap: () =>
_showComingSoon(context, 'Lịch sử điểm', l10n),
onTap: () => context.push(RouteNames.pointsHistory),
),
],
),