Removed total time
This commit is contained in:
@@ -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)),
|
||||
],
|
||||
),
|
||||
],
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user