Skip to content

Commit

Permalink
Reduced the loading time
Browse files Browse the repository at this point in the history
Reduced the loading time
  • Loading branch information
vijaymehrotra committed Jun 24, 2024
1 parent f3b90a3 commit 395de2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/programs screen/google_summer_of_code_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class _GoogleSummerOfCodeScreenState extends State<GoogleSummerOfCodeScreen> {
// Populate all unique GsocModels and languages
allGsocModels = _extractUniqueValues((project) => project.organization!);
allLanguages = languages;
projectList = List.from(gsoc2023); // Default
projectList = List.from(gsoc2023);
}


Expand Down

0 comments on commit 395de2a

Please sign in to comment.