Add course description to class page

This commit is contained in:
2021-10-23 07:28:34 +00:00
parent c3deb3d560
commit e928937d43
5 changed files with 27 additions and 15 deletions
+4 -1
View File
@@ -173,7 +173,10 @@ export function InstructorCourseList(props) {
<div>
<Header size='medium'>Instructor Panel</Header>
{!open && success && <p>Added to bottom of course list! <Link to={'/courses/'+success}>View the course.</Link></p>}
{!open && success && <>
<p>Added to bottom of course list!</p>
<p><Link to={'/courses/'+success}>View the course.</Link></p>
</>}
{open ?
<Form onSubmit={handleSubmit}>