Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
83f3241e26 |
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user