1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-20 11:23:24 +02:00

publish fix

This commit is contained in:
Matthias Kretschmann 2020-09-29 17:18:46 +02:00
parent ee9ed5b0fa
commit f80f93489b
Signed by: m
GPG Key ID: 606EEEF3C479A91F
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -3589,9 +3589,9 @@
}
},
"@oceanprotocol/react": {
"version": "0.0.47",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.47.tgz",
"integrity": "sha512-3Loxk3FHvDJSR7IZKtCGFgan08CeuRR3TSPW4mlbJIc0PiLy12u8Ttsw4RHciacWGB+PV0ewEAoK9eG98nukgg==",
"version": "0.0.48",
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.48.tgz",
"integrity": "sha512-Ou81Ym5yzkD8JpR3fWqmOYVfFZn3lUXxIlc0NF4iBymayO35A5V8tHygkMwIU4LIbK2eFjTIAPthbGlHEthw9A==",
"requires": {
"@oceanprotocol/lib": "^0.3.2",
"axios": "^0.20.0",

View File

@ -23,7 +23,7 @@
"@loadable/component": "5.13.1",
"@oceanprotocol/art": "^3.0.0",
"@oceanprotocol/lib": "^0.3.2",
"@oceanprotocol/react": "^0.0.47",
"@oceanprotocol/react": "^0.0.48",
"@oceanprotocol/typographies": "^0.1.0",
"@sindresorhus/slugify": "^1.0.0",
"@tippyjs/react": "^4.2.0",

View File

@ -58,7 +58,7 @@ export default function Dynamic({
return () => {
clearInterval(balanceInterval)
}
}, [ocean, chainId, account, refreshBalance])
}, [ocean, chainId, account])
return (
<div className={styles.dynamic}>