hide reps button & add rich text for reps

This commit is contained in:
2022-10-12 12:23:26 +01:00
parent 33053a578b
commit 96387db56e
22 changed files with 531 additions and 79 deletions
+3 -3
View File
@@ -547,11 +547,11 @@ const DNSSearchResults = (props) => {
}}
title="Stop watching this case"
>
−
<span className="eye"></span>
</span>
) : (
<span
className="govuk-summary-list__actionLink"
className="govuk-summary-list__actionLink watchLink"
onClick={() => {
selectWatchedCase(
cookies.pinsUser,
@@ -565,7 +565,7 @@ const DNSSearchResults = (props) => {
}}
title="Watch this case"
>
+
<span className="eye"></span>
</span>
)}
</dd>
+2
View File
@@ -306,6 +306,8 @@ const SearchResults = (props) => {
item.incidentid,
"appealType":
item.pinswg_appealcasetype,
"showreps":
props.showLoginCheck,
});
}}
>