From a2e7eb63c7b8a17f9e77daeef1d6c9b5e8bfa860 Mon Sep 17 00:00:00 2001 From: SuriyaPasupathi Date: Mon, 2 Feb 2026 15:17:02 +0530 Subject: [PATCH 1/2] header hide it --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index 2c148f98e..da103f6d2 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -79,7 +79,7 @@ export const App = () => {
- + {/* */}
{hasNetworkFailure ? ( From e49a5e4319e1c8c437fc81aadaa07c39a9439ac6 Mon Sep 17 00:00:00 2001 From: SuriyaPasupathi Date: Mon, 2 Feb 2026 15:20:53 +0530 Subject: [PATCH 2/2] header hide --- src/App.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.jsx b/src/App.jsx index da103f6d2..778b4e249 100755 --- a/src/App.jsx +++ b/src/App.jsx @@ -23,7 +23,6 @@ import track from 'tracking'; import fakeData from 'data/services/lms/fakeData/courses'; import AppWrapper from 'containers/AppWrapper'; -import LearnerDashboardHeader from 'containers/LearnerDashboardHeader'; import { getConfig } from '@edx/frontend-platform'; import messages from './messages'; @@ -73,6 +72,7 @@ export const App = () => { }, [authenticatedUser, loadData]); return ( <> + {formatMessage(messages.pageTitle)}