correction of next, and active adding

This commit is contained in:
José Salazar
2026-01-28 19:54:57 -05:00
parent 5840a5b793
commit 7528d9293c

View File

@@ -247,6 +247,7 @@ class _ViewOrdersViewState extends State<ViewOrdersView> {
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<ViewOrdersView> {
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(