diff --git a/src/pages/Office/EvaluationReports/EvaluationReports.jsx b/src/pages/Office/EvaluationReports/EvaluationReports.jsx
index 08f23ba673f..c0061944eb1 100644
--- a/src/pages/Office/EvaluationReports/EvaluationReports.jsx
+++ b/src/pages/Office/EvaluationReports/EvaluationReports.jsx
@@ -113,6 +113,24 @@ const EvaluationReports = ({ customerInfo, grade, destinationDutyLocationPostalC
Quality assurance reports
+
+
+
+
+
Counseling QAE reports ({counselingEvaluationReports.length})
@@ -143,24 +161,6 @@ const EvaluationReports = ({ customerInfo, grade, destinationDutyLocationPostalC
/>
-
-
-
-
-
);
diff --git a/src/pages/Office/EvaluationReports/EvaluationReports.test.jsx b/src/pages/Office/EvaluationReports/EvaluationReports.test.jsx
index a7d71d1ce9c..3eb1274bc19 100644
--- a/src/pages/Office/EvaluationReports/EvaluationReports.test.jsx
+++ b/src/pages/Office/EvaluationReports/EvaluationReports.test.jsx
@@ -75,8 +75,8 @@ describe('EvaluationReports', () => {
const h1 = await screen.getByRole('heading', { name: 'Quality assurance reports', level: 1 });
expect(h1).toBeInTheDocument();
- expect(await screen.getByRole('heading', { name: 'Counseling QAE reports (0)', level: 2 })).toBeInTheDocument();
expect(await screen.getByRole('heading', { name: 'Shipment QAE reports (0)', level: 2 })).toBeInTheDocument();
+ expect(await screen.getByRole('heading', { name: 'Counseling QAE reports (0)', level: 2 })).toBeInTheDocument();
});
it('create report button is disabled when move is locked', async () => {