Skip to content

Commit dac9493

Browse files
committed
Don't show the ingredient ID
This is only useful during development or debugging, not for the user
1 parent 25d22d1 commit dac9493

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/widgets/nutrition/widgets.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ class _IngredientTypeaheadState extends State<IngredientTypeahead> {
8181
? CircleAvatar(backgroundImage: NetworkImage(url! + suggestion['data']['image']))
8282
: const CircleIconAvatar(Icon(Icons.image, color: Colors.grey)),
8383
title: Text(suggestion['value']),
84-
subtitle: Text(suggestion['data']['id'].toString()),
8584
);
8685
},
8786
transitionBuilder: (context, suggestionsBox, controller) {

0 commit comments

Comments
 (0)