Merged PR 2586: update text for reps showing
update text for reps showing Related work items: #24650
This commit is contained in:
+15
-20
@@ -905,27 +905,22 @@ const CaseSummary = (props) => {
|
|||||||
detailsObj
|
detailsObj
|
||||||
) && (
|
) && (
|
||||||
<div className="govuk-button-group">
|
<div className="govuk-button-group">
|
||||||
{getFormCollectionByID(
|
<p>
|
||||||
appealTypeID
|
{t(
|
||||||
).PrimaryIdAttribute ==
|
"case:summary-make-representation-para-a"
|
||||||
"pinswg_sipscase" && (
|
)}
|
||||||
<p>
|
<Link
|
||||||
{t(
|
target="_blank"
|
||||||
"case:summary-make-representation-para-a"
|
className="govuk-link"
|
||||||
|
href={t(
|
||||||
|
"case:summary-make-representation-para-a-link"
|
||||||
)}
|
)}
|
||||||
<Link
|
>
|
||||||
target="_blank"
|
{t(
|
||||||
className="govuk-link"
|
"case:summary-make-representation-para-a-label"
|
||||||
href={t(
|
)}
|
||||||
"case:summary-make-representation-para-a-link"
|
</Link>
|
||||||
)}
|
</p>
|
||||||
>
|
|
||||||
{t(
|
|
||||||
"case:summary-make-representation-para-a-label"
|
|
||||||
)}
|
|
||||||
</Link>
|
|
||||||
</p>
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<div className="govuk-button-group">
|
<div className="govuk-button-group">
|
||||||
|
|||||||
Reference in New Issue
Block a user