diff --git a/lib/presentation/views/main_menu/group_view/group_profile_view.dart b/lib/presentation/views/main_menu/group_view/group_profile_view.dart index e366834..7c4102c 100644 --- a/lib/presentation/views/main_menu/group_view/group_profile_view.dart +++ b/lib/presentation/views/main_menu/group_view/group_profile_view.dart @@ -40,6 +40,7 @@ class _GroupProfileViewState extends State { /// Total matches played in this group int totalMatches = 0; + /// The best player in this group String bestPlayer = ''; @override