diff --git a/lib/pages/routines/helper/dialog_helper/device_dialog_helper.dart b/lib/pages/routines/helper/dialog_helper/device_dialog_helper.dart index f029677e..d1146df9 100644 --- a/lib/pages/routines/helper/dialog_helper/device_dialog_helper.dart +++ b/lib/pages/routines/helper/dialog_helper/device_dialog_helper.dart @@ -50,10 +50,10 @@ class DeviceDialogHelper { final deviceSelectedFunctions = routineBloc.state.selectedFunctions[data['uniqueCustomId']] ?? []; - // if (removeComparetors && data['productType'] != 'WPS') { - // //remove the current temp function in the 'if container' - // functions.removeAt(3); - // } + if (removeComparetors && data['productType'] != 'WPS') { + //remove the current temp function in the 'if container' + functions.removeAt(3); + } switch (productType) { case 'AC':