Skip to content

Commit

Permalink
fix: course name was not visible in notification (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadadeeltajamul authored Jul 14, 2023
1 parent 936c871 commit 83f3241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/NotificationSections.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const NotificationSections = () => {
type={notification.type}
contentUrl={notification.contentUrl}
content={notification.content}
courseName={notification.courseName}
courseName={notification.contentContext?.courseName || ''}
createdAt={notification.createdAt}
lastRead={notification.lastRead}
/>
Expand Down

0 comments on commit 83f3241

Please sign in to comment.