added display of representatons on my portal
This commit is contained in:
@@ -205,7 +205,7 @@ const RepLandOwner = (props) => {
|
||||
<Link href="/representation">
|
||||
<a
|
||||
onClick={() => {
|
||||
setRepresentationSubmit(false);
|
||||
setRepresentationSubmit(true);
|
||||
}}
|
||||
className="govuk-button"
|
||||
>
|
||||
@@ -214,7 +214,7 @@ const RepLandOwner = (props) => {
|
||||
</Link>
|
||||
<a
|
||||
onClick={() => {
|
||||
setRepresentationCapacity(false);
|
||||
setRepresentationCapacity();
|
||||
}}
|
||||
className="govuk-link"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user