diff --git a/lib/pangea/choreographer/widgets/it_bar.dart b/lib/pangea/choreographer/widgets/it_bar.dart index 0cb5caa31..e25627673 100644 --- a/lib/pangea/choreographer/widgets/it_bar.dart +++ b/lib/pangea/choreographer/widgets/it_bar.dart @@ -409,6 +409,7 @@ class ITChoices extends StatelessWidget { ); } return ChoicesArray( + id: controller.currentITStep.hashCode.toString(), isLoading: controller.isLoading || controller.choreographer.isFetching || controller.currentITStep == null,