console log tidying

This commit is contained in:
2024-06-05 19:50:56 +01:00
parent 3284bce649
commit 2a6cd32452
44 changed files with 290 additions and 466 deletions
+3 -4
View File
@@ -65,7 +65,7 @@ const CookieManagementMain = (props) => {
const [usageState, setUsageState] = useState(
typeof cookieCheck.CookiePolicy == "undefined" ? null : cookieObj.usage
);
// const [communicationsState, setCommunicationsState] = useState(
//const [communicationsState, setCommunicationsState] = useState(
// typeof cookieCheck.CookiePolicy == "undefined"
// ? null
// : cookieObj.communications
@@ -431,12 +431,11 @@ const CookieManagementMain = (props) => {
href={t(
"cookies:cookie-settings-essential-link"
)}
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold">
className="govuk-link govuk-link--no-underline govuk-!-font-weight-bold"
>
{t(
"cookies:cookie-settings-essential-link-label"
)}
</Link>
</p>
</legend>