mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 23:42:00 +01:00
hide id
This commit is contained in:
@@ -390,7 +390,7 @@ class MealItemTile extends StatelessWidget {
|
||||
return ListTile(
|
||||
leading: IngredientAvatar(ingredient: ingredient),
|
||||
title: Text(getShortNutritionValues(nutritionalValues, context)),
|
||||
subtitle: Text(ingredient.id.toString()),
|
||||
// subtitle: Text(ingredient.id.toString()),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user