From 812892d26e1c5c6ef82eb53077dbe3658071ed79 Mon Sep 17 00:00:00 2001 From: Fahed Khan <127182880+12fahed@users.noreply.github.com> Date: Sat, 3 Aug 2024 16:46:54 +0530 Subject: [PATCH] in notes its not Chemical, its Chem --- lib/utils/profile_details.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/profile_details.dart b/lib/utils/profile_details.dart index 43a6470..23d5082 100644 --- a/lib/utils/profile_details.dart +++ b/lib/utils/profile_details.dart @@ -45,7 +45,7 @@ List calcDivisionList(String gradyear, String branch) { } List allYearList = ['FE', 'SE', 'TE', 'BE']; -List allBranchList = ['Comps', 'It', 'Aids', 'Extc', "Chemical"]; +List allBranchList = ['Comps', 'It', 'Aids', 'Extc', "Chem"]; Map gradYearMapping = {}; class MapsYear {