From e73b88c651fc0cfe437cff4573bd764017c7ca65 Mon Sep 17 00:00:00 2001 From: Faiz Hashmi Date: Thu, 9 Feb 2023 15:27:30 +0300 Subject: [PATCH] minor fix --- lib/ui/marathon/marathon_screen.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui/marathon/marathon_screen.dart b/lib/ui/marathon/marathon_screen.dart index 22a15de..d52f265 100644 --- a/lib/ui/marathon/marathon_screen.dart +++ b/lib/ui/marathon/marathon_screen.dart @@ -194,7 +194,7 @@ class MarathonScreen extends StatelessWidget { (AppState().isArabic(context) ? provider.selectedWinners![index].nameEn : provider.selectedWinners![index].nameEn)!.toText16( color: MyColors.grey3AColor, ), - provider.selectedWinners!.first.employeeId!.toText16(color: MyColors.grey57Color), + provider.selectedWinners![index].employeeId!.toText16(color: MyColors.grey57Color), ], ); },