diff --git a/app/lib/screens/study/report/sections/results_descriptive_statistics.dart b/app/lib/screens/study/report/sections/results_descriptive_statistics.dart index 4317f9d76..c60b1082a 100644 --- a/app/lib/screens/study/report/sections/results_descriptive_statistics.dart +++ b/app/lib/screens/study/report/sections/results_descriptive_statistics.dart @@ -14,7 +14,7 @@ class DescriptiveStatisticsWidget extends StatelessWidget { mainAxisAlignment: MainAxisAlignment.spaceBetween, children: [ Icon( - true ? Icons.arrow_drop_up : Icons.arrow_drop_down, + Icons.arrow_drop_up, ), ], ),