Skip to content

Commit 566ad40

Browse files
authored
Merge branch 'dev' into refactor(web)/migrate-to-wagmi
2 parents 8daa141 + 87af126 commit 566ad40

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

contracts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
4242
"@nomiclabs/hardhat-ethers": "^2.2.3",
4343
"@nomiclabs/hardhat-solhint": "^3.0.1",
44-
"@openzeppelin/contracts": "^4.8.3",
44+
"@openzeppelin/contracts": "^4.9.1",
4545
"@typechain/ethers-v5": "^10.2.0",
4646
"@typechain/hardhat": "^6.1.5",
4747
"@types/chai": "^4.3.4",

web/src/layout/Header/navbar/Menu/Settings/SendMeNotifications/FormNotifs/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const EmailErrorContainer = styled.div`
3636
const OPTIONS = [{ label: "When x." }, { label: "When y." }, { label: "When z." }, { label: "When w." }];
3737

3838
const FormNotifs: React.FC = () => {
39-
const [checkboxStates, setCheckboxStates] = useState<boolean[]>(new Array(OPTIONS.length));
39+
const [checkboxStates, setCheckboxStates] = useState<boolean[]>(new Array(OPTIONS.length).fill(false));
4040
const [emailInput, setEmailInput] = useState<string>("");
4141
const [emailIsValid, setEmailIsValid] = useState<boolean>(false);
4242

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3810,7 +3810,7 @@ __metadata:
38103810
"@nomicfoundation/hardhat-chai-matchers": ^1.0.6
38113811
"@nomiclabs/hardhat-ethers": ^2.2.3
38123812
"@nomiclabs/hardhat-solhint": ^3.0.1
3813-
"@openzeppelin/contracts": ^4.8.3
3813+
"@openzeppelin/contracts": ^4.9.1
38143814
"@typechain/ethers-v5": ^10.2.0
38153815
"@typechain/hardhat": ^6.1.5
38163816
"@types/chai": ^4.3.4
@@ -4876,10 +4876,10 @@ __metadata:
48764876
languageName: node
48774877
linkType: hard
48784878

4879-
"@openzeppelin/contracts@npm:^4.8.3":
4880-
version: 4.8.3
4881-
resolution: "@openzeppelin/contracts@npm:4.8.3"
4882-
checksum: aea130d38d46840c5cbe3adbaa9a7ac645e4bd66ad3f3baf2fa78588c408d1a686170b3408c9e2e5e05530fba22ecdc00d7efb6b27852a8b29f91accbc0af255
4879+
"@openzeppelin/contracts@npm:^4.9.1":
4880+
version: 4.9.1
4881+
resolution: "@openzeppelin/contracts@npm:4.9.1"
4882+
checksum: 9bb3cc6aecd6c56d5ece10d9820d43e6e9c460395b75cc4af9b4e776f1a9e56c9906bc03538b0707e617dc31f1abdfffcbeedfecc8884358d864198ed73f59c1
48834883
languageName: node
48844884
linkType: hard
48854885

0 commit comments

Comments
 (0)