Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
paolini committed Oct 27, 2023
2 parents de285c3 + b93c8ab commit 60667d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dm-manager",
"version": "1.3.4",
"version": "1.3.5",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
Expand Down
4 changes: 4 additions & 0 deletions src/pages/PhdCourseViewPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ const PhdCourseView = ({ Model }) => {
<strong className="align-top">Docente/i: </strong>
<ModelFieldOutput key="lecturers" field="lecturers" schema={schema.lecturers} value={obj.lecturers} />
</p>
<p>
<strong className="align-top">Descrizione: </strong>
<ModelFieldOutput key="description" field="description" schema={schema.description} value={obj.description} />
</p>
<h4>Lezioni</h4>
<Container>
<LessonTable lessons={obj.lessons} />
Expand Down

0 comments on commit 60667d5

Please sign in to comment.