phase3: FIX arg-bang regex (missing \] in char class skipped subscripts). 235->183
This commit is contained in:
@@ -223,7 +223,7 @@ class ShopState extends State<Shop> {
|
||||
.map((i) => CategoryProducts.fromJson(i))
|
||||
.toList();
|
||||
if (categoryId == 0 && displayProductByCategoryClick) {
|
||||
categoryId = _categoryProducts[0].id;
|
||||
categoryId = _categoryProducts[0].id!;
|
||||
}
|
||||
data = value;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user