mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-16 02:04:54 +01:00
publish fix
This commit is contained in:
parent
ee9ed5b0fa
commit
f80f93489b
6
package-lock.json
generated
6
package-lock.json
generated
@ -3589,9 +3589,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@oceanprotocol/react": {
|
"@oceanprotocol/react": {
|
||||||
"version": "0.0.47",
|
"version": "0.0.48",
|
||||||
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.47.tgz",
|
"resolved": "https://registry.npmjs.org/@oceanprotocol/react/-/react-0.0.48.tgz",
|
||||||
"integrity": "sha512-3Loxk3FHvDJSR7IZKtCGFgan08CeuRR3TSPW4mlbJIc0PiLy12u8Ttsw4RHciacWGB+PV0ewEAoK9eG98nukgg==",
|
"integrity": "sha512-Ou81Ym5yzkD8JpR3fWqmOYVfFZn3lUXxIlc0NF4iBymayO35A5V8tHygkMwIU4LIbK2eFjTIAPthbGlHEthw9A==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@oceanprotocol/lib": "^0.3.2",
|
"@oceanprotocol/lib": "^0.3.2",
|
||||||
"axios": "^0.20.0",
|
"axios": "^0.20.0",
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
"@loadable/component": "5.13.1",
|
"@loadable/component": "5.13.1",
|
||||||
"@oceanprotocol/art": "^3.0.0",
|
"@oceanprotocol/art": "^3.0.0",
|
||||||
"@oceanprotocol/lib": "^0.3.2",
|
"@oceanprotocol/lib": "^0.3.2",
|
||||||
"@oceanprotocol/react": "^0.0.47",
|
"@oceanprotocol/react": "^0.0.48",
|
||||||
"@oceanprotocol/typographies": "^0.1.0",
|
"@oceanprotocol/typographies": "^0.1.0",
|
||||||
"@sindresorhus/slugify": "^1.0.0",
|
"@sindresorhus/slugify": "^1.0.0",
|
||||||
"@tippyjs/react": "^4.2.0",
|
"@tippyjs/react": "^4.2.0",
|
||||||
|
@ -58,7 +58,7 @@ export default function Dynamic({
|
|||||||
return () => {
|
return () => {
|
||||||
clearInterval(balanceInterval)
|
clearInterval(balanceInterval)
|
||||||
}
|
}
|
||||||
}, [ocean, chainId, account, refreshBalance])
|
}, [ocean, chainId, account])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className={styles.dynamic}>
|
<div className={styles.dynamic}>
|
||||||
|
Loading…
Reference in New Issue
Block a user