Saving progress spinner and language updates
This commit is contained in:
@@ -510,11 +510,11 @@ const SearchResults = (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,
|
||||
@@ -528,7 +528,7 @@ const SearchResults = (props) => {
|
||||
}}
|
||||
title="Watch this case"
|
||||
>
|
||||
+
|
||||
<span className="eye"></span>
|
||||
</span>
|
||||
)}
|
||||
</dd>
|
||||
@@ -536,7 +536,7 @@ const SearchResults = (props) => {
|
||||
{!session && (
|
||||
<dd>
|
||||
<span
|
||||
className="govuk-summary-list__actionLink"
|
||||
className="govuk-summary-list__actionLink watchLink"
|
||||
onClick={() => {
|
||||
signIn("email");
|
||||
// selectWatchedCase(
|
||||
@@ -551,7 +551,7 @@ const SearchResults = (props) => {
|
||||
}}
|
||||
title="Watch this case"
|
||||
>
|
||||
+
|
||||
<span className="eye"></span>
|
||||
</span>
|
||||
</dd>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user