mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
remove console.log
This commit is contained in:
parent
4f62205599
commit
ee0f411c24
@ -15,8 +15,6 @@ export default function Navigation(): ReactElement {
|
|||||||
const isSuccessMetadata = errors.metadata === undefined
|
const isSuccessMetadata = errors.metadata === undefined
|
||||||
const isSuccessServices = errors.services === undefined
|
const isSuccessServices = errors.services === undefined
|
||||||
|
|
||||||
console.log(errors.services)
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<nav className={styles.navigation}>
|
<nav className={styles.navigation}>
|
||||||
<ol>
|
<ol>
|
||||||
|
@ -17,7 +17,6 @@ export default function PageProfile(): ReactElement {
|
|||||||
// Have accountId in path take over, if not present fall back to web3
|
// Have accountId in path take over, if not present fall back to web3
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
async function init() {
|
async function init() {
|
||||||
console.log(router)
|
|
||||||
if (!router?.asPath) return
|
if (!router?.asPath) return
|
||||||
|
|
||||||
// Path is root /profile, have web3 take over
|
// Path is root /profile, have web3 take over
|
||||||
|
Loading…
x
Reference in New Issue
Block a user