diff --git a/submit-web/src/components/SubmissionItem/ConsultationRecord/ConsultationRecordStaffView/FormFieldSection.tsx b/submit-web/src/components/SubmissionItem/ConsultationRecord/ConsultationRecordStaffView/FormFieldSection.tsx
index e9c7fa0f..6084e2dc 100644
--- a/submit-web/src/components/SubmissionItem/ConsultationRecord/ConsultationRecordStaffView/FormFieldSection.tsx
+++ b/submit-web/src/components/SubmissionItem/ConsultationRecord/ConsultationRecordStaffView/FormFieldSection.tsx
@@ -4,7 +4,6 @@ import {
Grid,
RadioGroup,
Switch,
- TextField,
Typography,
} from "@mui/material";
import { BCDesignTokens } from "epic.theme";
@@ -20,6 +19,7 @@ const defaultFormData = {
planWasReviewed: "",
writtenExplanationsProvidedToParties: "",
consultationRecords: [],
+ notes: "",
};
type FormFieldSectionProps = Readonly<{
@@ -154,16 +154,15 @@ export default function FormFieldSection({
Notes/Comments
-
+ >
+ {mergedFormData.notes}
+
diff --git a/submit-web/src/components/SubmissionItem/ManagementPlanSubmission/ManagementPlanStaffView/FormFieldSection.tsx b/submit-web/src/components/SubmissionItem/ManagementPlanSubmission/ManagementPlanStaffView/FormFieldSection.tsx
index ccc81497..23c95100 100644
--- a/submit-web/src/components/SubmissionItem/ManagementPlanSubmission/ManagementPlanStaffView/FormFieldSection.tsx
+++ b/submit-web/src/components/SubmissionItem/ManagementPlanSubmission/ManagementPlanStaffView/FormFieldSection.tsx
@@ -5,7 +5,6 @@ import {
Grid,
RadioGroup,
Switch,
- TextField,
Typography,
} from "@mui/material";
import { BCDesignTokens } from "epic.theme";
@@ -109,16 +108,15 @@ export default function FormFieldSection({ formData }: FormFieldSectionProps) {
Notes/Comments
-
+ >
+ {mergedFormData.notes}
+