Skip to content

Commit e765a30

Browse files
fix: 6426 - remove items in comparisons from scan header (#6433)
1 parent 9caeaee commit e765a30

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/smooth_app/lib/pages/scan/scan_header.dart

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,8 @@ class _ScanHeaderState extends State<ScanHeader> {
104104
MaterialPageRoute<void>(
105105
builder: (BuildContext context) =>
106106
PersonalizedRankingPage(
107-
barcodes: model
108-
.getAvailableBarcodes()
109-
.toList(growable: false),
107+
barcodes:
108+
model.getAvailableBarcodes().toList(),
110109
title: ProductQueryPageHelper
111110
.getProductListLabel(
112111
model.productList,

0 commit comments

Comments
 (0)