hide reps button & add rich text for reps
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user