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,
|
label: t.client_view_orders.tabs.up_next,
|
||||||
isSelected: state.filterTab == 'all',
|
isSelected: state.filterTab == 'all',
|
||||||
tabId: 'all',
|
tabId: 'all',
|
||||||
|
count: state.upNextCount,
|
||||||
),
|
),
|
||||||
const SizedBox(width: UiConstants.space6),
|
const SizedBox(width: UiConstants.space6),
|
||||||
_buildFilterTab(
|
_buildFilterTab(
|
||||||
@@ -254,7 +255,7 @@ class _ViewOrdersViewState extends State<ViewOrdersView> {
|
|||||||
label: t.client_view_orders.tabs.active,
|
label: t.client_view_orders.tabs.active,
|
||||||
isSelected: state.filterTab == 'active',
|
isSelected: state.filterTab == 'active',
|
||||||
tabId: 'active',
|
tabId: 'active',
|
||||||
count: state.activeCount + state.upNextCount,
|
count: state.activeCount,
|
||||||
),
|
),
|
||||||
const SizedBox(width: UiConstants.space6),
|
const SizedBox(width: UiConstants.space6),
|
||||||
_buildFilterTab(
|
_buildFilterTab(
|
||||||
|
|||||||
Reference in New Issue
Block a user