diff --git a/lib/widgets/step_commit_list.dart b/lib/widgets/step_commit_list.dart index 734a0b5..76e6bed 100644 --- a/lib/widgets/step_commit_list.dart +++ b/lib/widgets/step_commit_list.dart @@ -50,7 +50,7 @@ class StepCommitList extends ConsumerWidget { WidgetRef ref, ColorScheme colors, Set selectedHashes, - AsyncValue commitsAsync, + AsyncValue> commitsAsync, ) { final commits = commitsAsync.valueOrNull ?? [];