console log tidying
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user