Skip to content

Commit

Permalink
feat: added certificate link to component
Browse files Browse the repository at this point in the history
  • Loading branch information
AlirezaYousefpourM committed Jan 11, 2024
1 parent b8cf692 commit 3c6d505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/my-account/MyAccount.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ const MyAccount = () => {
presenterName={item.presenters?.join(', ') ?? item.teachers?.join(', ')}
cost={item.cost}
hasProject={item.has_project}
certificateLink={item.certificateLink}
prerequisites={item.prerequisites}
syllabus={item.syllabus}
capacity={item.capacity}
Expand Down

0 comments on commit 3c6d505

Please sign in to comment.