phase3: FIX arg-bang regex (missing \] in char class skipped subscripts). 235->183
This commit is contained in:
@@ -181,7 +181,7 @@ class DesktopOrdersState extends State<DesktopOrders> with SingleTickerProviderS
|
||||
row.children.add(Expanded(
|
||||
child: Container(
|
||||
child: Text(
|
||||
order!.cartInfo!.productList![0].name,
|
||||
order!.cartInfo!.productList![0].name!,
|
||||
style: TextStyle(
|
||||
fontSize: 14.0,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user