Skip to content

Commit

Permalink
fix: wrong prop set
Browse files Browse the repository at this point in the history
  • Loading branch information
L03TJ3 committed Jan 9, 2025
1 parent 6172142 commit 1ed6560
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@
},
"dependencies": {
"@babel/runtime": "^7.18.9",
"@gooddollar/good-design": "0.4.1-beta.13859d62",
"@gooddollar/good-design": "0.4.1-beta.71770eda",
"@gooddollar/goodprotocol": "^2.0.24",
"@gooddollar/web3sdk": "^0.1.42",
"@gooddollar/web3sdk-v2": "0.4.1-beta.13859d62",
"@gooddollar/web3sdk-v2": "0.4.1-beta.71770eda",
"@headlessui/react": "1.5.0",
"@lingui/format-json": "^4.0.0",
"@lingui/macro": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/gd/GoodId/Onboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const Onboard = ({ onExit }: { onExit: () => void }) => {
onDone={goToClaim}
onExit={onExit}
isDev={networkEnv !== 'production' || whitelist?.includes(account)}
isWallet={true}
isWallet={false}
withNavBar={false}
/>
</VStack>
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5205,9 +5205,9 @@ __metadata:
languageName: node
linkType: hard

"@gooddollar/good-design@npm:0.4.1-beta.13859d62":
version: 0.4.1-beta.13859d62
resolution: "@gooddollar/good-design@npm:0.4.1-beta.13859d62"
"@gooddollar/good-design@npm:0.4.1-beta.71770eda":
version: 0.4.1-beta.71770eda
resolution: "@gooddollar/good-design@npm:0.4.1-beta.71770eda"
dependencies:
"@babel/core": ^7.18.10
"@babel/runtime": ^7.18.9
Expand Down Expand Up @@ -5250,7 +5250,7 @@ __metadata:
react-use-promise: ^0.5.0
react-use-wizard: ^2.3.0
require-from-string: ^2.0.2
checksum: b1acd2149199823d3ac9631df4e77fec72940a06d999e81a921021085a78d0810cde33aed0dc3c8a61bb954fe6fedcebc2e68e623162ce569af51cdc04584d50
checksum: 1010c5cfe3b3e481d5a585eeed9211db1193f96af5014365a5a71173ec2a3a138acaeecfadb4fdf5ea4c595b366448a055d9ed0e9d7eae81cd43339d433df6df
languageName: node
linkType: hard

Expand Down Expand Up @@ -5324,10 +5324,10 @@ __metadata:
"@ethersproject/experimental": ^5.0.1
"@fontsource/dm-sans": ^4.2.2
"@fullhuman/postcss-purgecss": ^4.0.3
"@gooddollar/good-design": 0.4.1-beta.13859d62
"@gooddollar/good-design": 0.4.1-beta.71770eda
"@gooddollar/goodprotocol": ^2.0.24
"@gooddollar/web3sdk": ^0.1.42
"@gooddollar/web3sdk-v2": 0.4.1-beta.13859d62
"@gooddollar/web3sdk-v2": 0.4.1-beta.71770eda
"@headlessui/react": 1.5.0
"@hot-loader/react-dom": ^17.0.1
"@lingui/cli": ^4.0.0
Expand Down Expand Up @@ -5507,9 +5507,9 @@ __metadata:
languageName: unknown
linkType: soft

"@gooddollar/web3sdk-v2@npm:0.4.1-beta.13859d62":
version: 0.4.1-beta.13859d62
resolution: "@gooddollar/web3sdk-v2@npm:0.4.1-beta.13859d62"
"@gooddollar/web3sdk-v2@npm:0.4.1-beta.71770eda":
version: 0.4.1-beta.71770eda
resolution: "@gooddollar/web3sdk-v2@npm:0.4.1-beta.71770eda"
dependencies:
"@amplitude/analytics-browser": ^1.6.4
"@amplitude/analytics-react-native": ^0.7.0
Expand Down Expand Up @@ -5560,7 +5560,7 @@ __metadata:
"@usedapp/core": "*"
react-native: "*"
react-native-web: "*"
checksum: b4e994fb7bc4acfe29cab9cb018bc4710a0ab22e23641d4ea2621c8c652144b6d8fbb4cff544beda45a0d521ba8bfea5cdc0c238ce4c1427484b1306c88688d4
checksum: 0c5b44e227dc76768a2ea76ee1d5066b421324c51d760f64c5bd844618f30c2ea36e25e23672f7ea83196b7c97a4b2092db30ceff2ce24238df1c25a0f1b2b1f
languageName: node
linkType: hard

Expand Down

0 comments on commit 1ed6560

Please sign in to comment.