14624 rep button logic for sips
This commit is contained in:
@@ -119,9 +119,14 @@ const RepsOnResults = (props) => {
|
||||
)}
|
||||
</Link> */}
|
||||
<div className="govuk-body govuk-!-font-size-14">
|
||||
{t(
|
||||
"case:summary-representation-open-label"
|
||||
)}{" "}
|
||||
{props.currentView.caseReference
|
||||
.appealType == 846040002
|
||||
? t(
|
||||
"case:summary-consultation-open-label"
|
||||
)
|
||||
: t(
|
||||
"case:summary-representation-open-label"
|
||||
)}{" "}
|
||||
</div>
|
||||
</>
|
||||
) : !isLPA &&
|
||||
|
||||
Reference in New Issue
Block a user