diff --git a/src/containers/CoursesPanel/index.jsx b/src/containers/CoursesPanel/index.jsx index 6bf525ab4..7409d7b2d 100644 --- a/src/containers/CoursesPanel/index.jsx +++ b/src/containers/CoursesPanel/index.jsx @@ -27,7 +27,7 @@ export const CoursesPanel = () => { return (
-

{formatMessage(messages.myCourses)}

+

{formatMessage(messages.myCourses)}

diff --git a/src/containers/Dashboard/index.jsx b/src/containers/Dashboard/index.jsx index ebdb1ef78..e76c43eb9 100644 --- a/src/containers/Dashboard/index.jsx +++ b/src/containers/Dashboard/index.jsx @@ -20,7 +20,7 @@ export const Dashboard = () => { return (
-

{pageTitle}

+ {pageTitle} {!initIsPending && ( <>