build fixes

This commit is contained in:
2022-09-07 11:23:30 +01:00
parent 0eaa448268
commit 7115aab927
8 changed files with 15 additions and 11 deletions
-4
View File
@@ -205,7 +205,6 @@ const CookieManagementMain = (props) => {
name="usage"
className="govuk-radios__input"
id="usage-1"
component="input"
type="radio"
value="revoked"
checked={
@@ -234,7 +233,6 @@ const CookieManagementMain = (props) => {
name="usage"
type="radio"
value="accepted"
component="input"
checked={
usageState ===
"accepted"
@@ -352,7 +350,6 @@ const CookieManagementMain = (props) => {
name="settings"
type="radio"
value="revoked"
component="input"
checked={
settingsState === "revoked"
}
@@ -379,7 +376,6 @@ const CookieManagementMain = (props) => {
name="settings"
type="radio"
value="accepted"
component="input"
checked={
settingsState === "accepted"
}