From bb0c9e22097d6d25db94c80e813e5bec1062f2ba Mon Sep 17 00:00:00 2001 From: Enzo Date: Wed, 6 Dec 2023 14:43:16 +0100 Subject: [PATCH] modif --- lib/common_widget/steps.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/common_widget/steps.dart b/lib/common_widget/steps.dart index 03acc68..5354730 100644 --- a/lib/common_widget/steps.dart +++ b/lib/common_widget/steps.dart @@ -9,7 +9,7 @@ class Steps extends StatelessWidget { Widget build(BuildContext context) { String steps = Provider.of(context, listen: false) .managerSelectedActivity - .getTimeAllActivitySelected() + .getStepsAllActivitySelected() .toString(); return Padding(