diff --git a/src/components/NavigationBar/CourseTabsNavigation.jsx b/src/components/NavigationBar/CourseTabsNavigation.jsx index f8ae0cce4..5571d96a1 100644 --- a/src/components/NavigationBar/CourseTabsNavigation.jsx +++ b/src/components/NavigationBar/CourseTabsNavigation.jsx @@ -24,7 +24,7 @@ const CourseTabsNavigation = ({ }, [courseId]); return ( -
+
{!!tabs.length && ( {!alert && authorName} diff --git a/src/discussions/common/HoverCard.jsx b/src/discussions/common/HoverCard.jsx index 62eab556f..6739ad75c 100644 --- a/src/discussions/common/HoverCard.jsx +++ b/src/discussions/common/HoverCard.jsx @@ -35,7 +35,7 @@ const HoverCard = ({ return (
diff --git a/src/discussions/discussions-home/DiscussionsHome.jsx b/src/discussions/discussions-home/DiscussionsHome.jsx index 53baa1022..0a2ecdd5f 100644 --- a/src/discussions/discussions-home/DiscussionsHome.jsx +++ b/src/discussions/discussions-home/DiscussionsHome.jsx @@ -78,7 +78,7 @@ const DiscussionsHome = () => {
{!enableInContextSidebar && }
{ ) )}
{!closed && ( diff --git a/src/discussions/post-comments/comments/CommentsView.jsx b/src/discussions/post-comments/comments/CommentsView.jsx index e6d0b49ef..e6850b6d8 100644 --- a/src/discussions/post-comments/comments/CommentsView.jsx +++ b/src/discussions/post-comments/comments/CommentsView.jsx @@ -36,7 +36,7 @@ const CommentsView = ({ endorsed }) => { const handleDefinition = useCallback((message, commentsLength) => (
diff --git a/src/discussions/post-comments/comments/comment/Comment.jsx b/src/discussions/post-comments/comments/comment/Comment.jsx index 7429b4514..728dd2ce8 100644 --- a/src/discussions/post-comments/comments/comment/Comment.jsx +++ b/src/discussions/post-comments/comments/comment/Comment.jsx @@ -267,7 +267,7 @@ const Comment = ({ ) : ( !isClosed && isUserPrivilegedInPostingRestriction && (inlineReplies.length >= 5) && (