Removed total time

This commit is contained in:
2025-02-11 15:41:26 +01:00
parent 7eea286c7f
commit 6afab33d49

View File

@@ -118,14 +118,6 @@ class _MetadataPageState extends State<MetadataPage> {
)
],
),
Row(
mainAxisSize: MainAxisSize.min,
children: [
Text('Total Time'),
Padding(padding: EdgeInsets.only(left: 10)),
Text(durationToFormattedString(_recipeProvider.recipe.totalTime)),
],
),
],
),
);