added display of representatons on my portal

This commit is contained in:
2021-11-09 15:19:52 +00:00
parent 05373eab2f
commit 5fef09f76a
14 changed files with 152 additions and 99 deletions
+3 -3
View File
@@ -199,14 +199,14 @@ const CaseSummary = (props) => {
</dl>
</div>
</div>
{/* <div className="govuk-grid-row">
<div className="govuk-grid-row">
<div className="govuk-grid-column-full">
<div className="govuk-button-group">
{noRepresentationLink.includes(router.pathname) ==
true ? (
""
) : (
<Link href="/representation">
<Link href="/myportal/representation">
<a className="govuk-button">
{t(
"case:summary-make-representation-label"
@@ -226,7 +226,7 @@ const CaseSummary = (props) => {
</a>
</div>
</div>
</div> */}
</div>
{showSummary(casesObj, detailsObj)}
</div>