feat: Update notification feature to be course specific (#742)

REV-2360
This commit is contained in:
julianajlk
2021-11-30 09:25:14 -05:00
committed by GitHub
parent c2b46d50a8
commit 8c43de9fc0
5 changed files with 118 additions and 56 deletions

View File

@@ -182,6 +182,7 @@ function Sequence({
{shouldDisplayNotificationTrigger ? (
<NotificationTrigger
courseId={courseId}
toggleNotificationTray={toggleNotificationTray}
isNotificationTrayVisible={isNotificationTrayVisible}
notificationStatus={notificationStatus}