updated watch case logic for summary page
This commit is contained in:
@@ -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>
|
||||
);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user