build fixes
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user