Skip to content

Commit

Permalink
in notes its not Chemical, its Chem
Browse files Browse the repository at this point in the history
  • Loading branch information
12fahed committed Aug 3, 2024
1 parent 6df701b commit 812892d
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 812892d

Please sign in to comment.