mirror of
https://github.com/jlengrand/adyen-web-demo.git
synced 2026-03-10 08:01:24 +00:00
fixed package dependency
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"@reduxjs/toolkit": "^1.8.0",
|
||||
"dotenv": "^16.0.0",
|
||||
"express": "^4.17.1",
|
||||
"marked": "^4.0.18",
|
||||
"marked": "^4.1.0",
|
||||
"node-sass": "^7.0.1",
|
||||
"prop-types": "15.7.2",
|
||||
"react": "17.0.2",
|
||||
|
||||
@@ -59,7 +59,7 @@ export const OptionWrapper = ({ descriptor, indexKey, value, addOrRemoveProp, ha
|
||||
<FormControlLabel
|
||||
control={
|
||||
<Checkbox
|
||||
icon={<KeyboardArrowDownIcon/>}
|
||||
icon={<KeyboardArrowDownIcon />}
|
||||
checkedIcon={<KeyboardArrowUpIcon />}
|
||||
name={descriptor.name}
|
||||
checked={isChecked}
|
||||
|
||||
Reference in New Issue
Block a user