diff --git a/src/Notifications/NotificationSections.jsx b/src/Notifications/NotificationSections.jsx index 37d081e..864fcbf 100644 --- a/src/Notifications/NotificationSections.jsx +++ b/src/Notifications/NotificationSections.jsx @@ -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} />