We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff57a6b commit 2ce8333Copy full SHA for 2ce8333
1 file changed
src/courseware/course/new-sidebar/sidebars/discussions-notifications/DiscussionsNotificationsSidebar.tsx
@@ -21,9 +21,9 @@ const DiscussionsNotificationsSidebar = () => {
21
showTitleBar={false}
22
showBorder={false}
23
>
24
- <NotificationTray />
25
- {!hideNotificationbar && <div className="my-1.5" />}
26
<DiscussionsSidebar />
+ {!hideNotificationbar && <div className="my-1.5" />}
+ <NotificationTray />
27
</SidebarBase>
28
);
29
};
0 commit comments