watch icon showing incorrectly
This commit is contained in:
@@ -61,6 +61,7 @@ const SearchResults = (props) => {
|
||||
setWatchedCasesDetails,
|
||||
isLinkedCase,
|
||||
setCurrentPage,
|
||||
showLoginCheck,
|
||||
} = props;
|
||||
let { t } = useTranslation();
|
||||
|
||||
@@ -533,7 +534,7 @@ const SearchResults = (props) => {
|
||||
)}
|
||||
</dd>
|
||||
)}
|
||||
{!session && (
|
||||
{showLoginCheck == "true" && !session && (
|
||||
<dd>
|
||||
<span
|
||||
className="govuk-summary-list__actionLink watchLink"
|
||||
|
||||
Reference in New Issue
Block a user