We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcacbc commit 436ee2aCopy full SHA for 436ee2a
lib/widgets/nutrition/widgets.dart
@@ -390,7 +390,7 @@ class MealItemTile extends StatelessWidget {
390
return ListTile(
391
leading: IngredientAvatar(ingredient: ingredient),
392
title: Text(getShortNutritionValues(nutritionalValues, context)),
393
- subtitle: Text(ingredient.id.toString()),
+ // subtitle: Text(ingredient.id.toString()),
394
);
395
}
396
0 commit comments