Skip to content

Commit

Permalink
Merge pull request #51 from pennlabs/aag/req-panel2
Browse files Browse the repository at this point in the history
Fix look of req panel
  • Loading branch information
AaDalal authored Mar 21, 2024
2 parents f6b5561 + 7bd726d commit 23ae876
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions backend/degree/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
("EU_BAS", "Engineering BAS"),
("AU_BA", "College BA"),
("WU_BS", "Wharton BS"),
("NU_BSN", "Nursing BSN")
]

program_code_to_name = dict(program_choices)
Expand Down
2 changes: 1 addition & 1 deletion frontend/degree-plan/components/Requirements/QObject.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ const transformSearchConditions = (q: ParsedQObj): ParsedQObj => {
}

interface QObjectProps {
q: TransformedQObject;
q: TransformedQObject;
fulfillments: Fulfillment[]; // fulfillments for this rule
rule: Rule;
satisfied: boolean;
Expand Down

0 comments on commit 23ae876

Please sign in to comment.