Skip to content

Commit

Permalink
Merge pull request #1480 from AmbireTech/fix/warnings-opensea
Browse files Browse the repository at this point in the history
Update common tag to 0.22.28
  • Loading branch information
stojnovsky authored Oct 31, 2023
2 parents 633b61f + fb3250f commit af4a819
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@web3-react/types": "^6.0.7",
"@yfi/sdk": "^1.0.11",
"adex-protocol-eth": "git+https://[email protected]/AmbireTech/adex-protocol-eth.git#4ddebac4109e9709c4cc862ee0708f208dac9ee2",
"ambire-common": "github:AmbireTech/ambire-common#v0.22.27",
"ambire-common": "github:AmbireTech/ambire-common#v0.22.28",
"bip44-constants": "^128.0.0",
"blockies-ts": "^1.0.0",
"chart.js": "^3.9.1",
Expand Down
5 changes: 1 addition & 4 deletions src/components/SignMessage/SignMessage.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@ export default function SignMessage({
})

const isDAppSupported =
dApp &&
(dApp.url.includes('opensea.io') ||
supportedDApps.includes(dApp.url) ||
supportedDApps.includes(`${dApp.url}/`))
dApp && (supportedDApps.includes(dApp.url) || supportedDApps.includes(`${dApp.url}/`))

const onScroll = (textArea) => {
if (textArea.scrollHeight - textArea.scrollTop - textArea.clientHeight < 1) {
Expand Down

0 comments on commit af4a819

Please sign in to comment.