Skip to content

Commit

Permalink
helped nurses
Browse files Browse the repository at this point in the history
  • Loading branch information
eyingxuan committed Oct 20, 2019
1 parent a49c680 commit 9bbebe2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/plan/src/components/search/SchoolReq.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ export function SchoolReq({
<div className="column">
<p><strong>{`${selSchool} Requirements`}</strong></p>
<ul className="field">
{
selSchool === "Nursing"
&& <p> Nursing requirements are coming soon!</p>
}
{schoolReq[schoolCode.get(selSchool)].map(req => (
<li>
<input
Expand Down

0 comments on commit 9bbebe2

Please sign in to comment.