updated watch case logic for summary page

This commit is contained in:
2023-03-24 12:09:35 +00:00
parent 091e23c820
commit 53914bfe80
7 changed files with 253 additions and 76 deletions
+3 -3
View File
@@ -533,7 +533,7 @@ const SearchResults = (props) => {
)}
</dd>
)}
{/* {showLoginCheck == "true" && !session && (
{showLoginCheck == "true" && !session && (
<dd>
<span
className="govuk-summary-list__actionLink watchLink"
@@ -541,7 +541,7 @@ const SearchResults = (props) => {
// signIn("email");
signIn("email", {
callbackUrl:
"/myportal/searchresults?q=" +
"/myportal/case?q=" +
searchString,
});
// selectWatchedCase(
@@ -559,7 +559,7 @@ const SearchResults = (props) => {
<span className="eye"></span>
</span>
</dd>
)} */}
)}
</div>
);
})