import Link from "next/link"; import { useRouter } from "next/router"; import useTranslation from "next-translate/useTranslation"; import { Field, reduxForm } from "redux-form"; import { RenderPickList, RenderTextfield } from "./representationElements"; const RepDetails = (props) => { let { t } = useTranslation(); const router = useRouter(); const { locale } = router; const { currentType, casesObj } = props; return ( <> {" "}
This form enables you to submit comments on a case to The Planning Inspectorate.{" "}
Please note that comments from interested parties need to be made within the timetable. This can be found on the previous ‘Case Summary‘ page. Comments submitted after this date may be considered invalid and returned to the sender.