diff --git a/apps/mobile/packages/features/client/view_orders/lib/src/presentation/pages/view_orders_page.dart b/apps/mobile/packages/features/client/view_orders/lib/src/presentation/pages/view_orders_page.dart index 7d521567..ace6f60e 100644 --- a/apps/mobile/packages/features/client/view_orders/lib/src/presentation/pages/view_orders_page.dart +++ b/apps/mobile/packages/features/client/view_orders/lib/src/presentation/pages/view_orders_page.dart @@ -247,6 +247,7 @@ class _ViewOrdersViewState extends State { label: t.client_view_orders.tabs.up_next, isSelected: state.filterTab == 'all', tabId: 'all', + count: state.upNextCount, ), const SizedBox(width: UiConstants.space6), _buildFilterTab( @@ -254,7 +255,7 @@ class _ViewOrdersViewState extends State { label: t.client_view_orders.tabs.active, isSelected: state.filterTab == 'active', tabId: 'active', - count: state.activeCount + state.upNextCount, + count: state.activeCount, ), const SizedBox(width: UiConstants.space6), _buildFilterTab(