correction of next, and active adding
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user