Skip to content

Commit

Permalink
Merge pull request #253 from 12fahed/main
Browse files Browse the repository at this point in the history
in notes its not Chemical, its Chem
  • Loading branch information
12fahed authored Aug 3, 2024
2 parents 6df701b + 812892d commit 6e0c7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/profile_details.dart
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ List<String> calcDivisionList(String gradyear, String branch) {
}

List<String> allYearList = ['FE', 'SE', 'TE', 'BE'];
List<String> allBranchList = ['Comps', 'It', 'Aids', 'Extc', "Chemical"];
List<String> allBranchList = ['Comps', 'It', 'Aids', 'Extc', "Chem"];

Map<String, String> gradYearMapping = {};
class MapsYear {
Expand Down

0 comments on commit 6e0c7d8

Please sign in to comment.