hide reps button & add rich text for reps

This commit is contained in:
2022-10-12 12:23:26 +01:00
parent 33053a578b
commit 96387db56e
22 changed files with 531 additions and 79 deletions
@@ -202,7 +202,14 @@ const RepLandOwner = (props) => {
</div>
<div className="govuk-grid-row">
<div className="govuk-button-group">
<Link href="/representation">
<button
type="submit"
className="govuk-button"
data-module="govuk-button"
>
Continue
</button>
{/* <Link href="/representation">
<a
onClick={() => {
setRepresentationSubmit(true);
@@ -211,7 +218,7 @@ const RepLandOwner = (props) => {
>
Continue
</a>
</Link>
</Link> */}
<a
onClick={() => {
setRepresentationCapacity();