Skip to content

Commit

Permalink
feat: openfoodfacts#1073 - lint check fix
Browse files Browse the repository at this point in the history
Impacted file:
* `new_product_page.dart`
  • Loading branch information
monsieurtanuki committed Apr 25, 2022
1 parent d733093 commit 7b604dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ class _ProductPageState extends State<ProductPage> {
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
children: <Widget>[
_buildActionBarItem(
Icons.bookmark_border,
'Add to list', // TODO(monsieurtanuki): localize
Expand Down

0 comments on commit 7b604dc

Please sign in to comment.