Skip to content

Commit

Permalink
Oops! Realized why there was gray text in TODO LaunchCode-Education-A…
Browse files Browse the repository at this point in the history
…rchived#1. Fixed it.
  • Loading branch information
DianaJustDiana committed Mar 29, 2018
1 parent 3f35ff7 commit fd455f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TechJobs/Controllers/JobController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public IActionResult Index(int id)
Job someJob = jobData.Find(id);


return View();
return View(someJob);
}

public IActionResult New()
Expand Down

0 comments on commit fd455f6

Please sign in to comment.