1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-11-14 09:14:52 +01:00

output MarketStats again

This commit is contained in:
Matthias Kretschmann 2021-06-25 10:48:48 +02:00
parent eeeb34fada
commit 6f1abcbb1e
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 5 additions and 2 deletions

2
package-lock.json generated
View File

@ -43556,6 +43556,7 @@
"node-abort-controller": "^2.0.0",
"save-file": "^2.3.1",
"uuid": "^8.3.2",
"web3": "^1.3.5",
"web3-eth-contract": "^1.3.6"
}
},
@ -43630,6 +43631,7 @@
"integrity": "sha512-5vwpq6kbvwkQwKqAoOU3L72GZ3Ta8RRrewKj9OJRolx28KLJJ8Dg9Rf7obRwt5jQA9bkYd8gqzMTrI7H3xLfaw==",
"dev": true,
"requires": {
"@oclif/config": "^1.15.1",
"@oclif/errors": "^1.3.3",
"@oclif/parser": "^3.8.3",
"@oclif/plugin-help": "^3",

View File

@ -14,8 +14,9 @@ export default function Footer(): ReactElement {
return (
<footer className={styles.footer}>
<div className={styles.content}>
{/* <SyncStatus /> | <BuildId />
<MarketStats /> */}
{/* <SyncStatus /> | */}
<BuildId />
<MarketStats />
<div className={styles.copyright}>
© {year} <Markdown text={copyright} /> {' '}
<Link to="/terms">Terms</Link>