Skip to content

Commit

Permalink
Merge pull request #340 from AkshatGupta15/main
Browse files Browse the repository at this point in the history
Update matrixUtils.ts to fix the issue with EE DualC by removing dupl…
  • Loading branch information
yashlm authored Oct 5, 2024
2 parents 12bc334 + 6a1283d commit 6e21620
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Utils/matrixUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export const func = {
DoubleMajor: 33,
DualA: 43,
DualB: 54,
DualC: 39,
DualC: 59,
MDes: -1,
MBA: -1,
PhD: 68,
Expand Down Expand Up @@ -524,7 +524,7 @@ export const funcExpanded = {
DoubleMajor: 33,
DualA: 43,
DualB: 54,
DualC: 39,
DualC: 59,
MDes: -1,
MBA: -1,
PhD: 68,
Expand Down

0 comments on commit 6e21620

Please sign in to comment.