From c90b9a1912cd812db16648794878322285e79554 Mon Sep 17 00:00:00 2001 From: Faris Armoush Date: Wed, 9 Apr 2025 12:24:59 +0300 Subject: [PATCH] bugfix/ range index errorof automations in routines. --- .../main_routine_view/fetch_routine_scenes_automation.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/routines/widgets/main_routine_view/fetch_routine_scenes_automation.dart b/lib/pages/routines/widgets/main_routine_view/fetch_routine_scenes_automation.dart index 0a22208c..92a837b6 100644 --- a/lib/pages/routines/widgets/main_routine_view/fetch_routine_scenes_automation.dart +++ b/lib/pages/routines/widgets/main_routine_view/fetch_routine_scenes_automation.dart @@ -183,7 +183,7 @@ class _FetchRoutineScenesState extends State state.automations[index].id, cardType: 'automations', spaceName: - state.scenes[index].spaceName, + state.automations[index].spaceName, onTap: () { BlocProvider.of(context) .add(