diff --git a/static/js/market.js b/static/js/market.js index 7830796..ffab43e 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -240,6 +240,7 @@ const market = async () => { // What component to render on start if (stallId) { + this.setActivePage('customer-stall') if (productId) { this.activeProduct = productId } @@ -477,7 +478,6 @@ const market = async () => { }, async checkMarketplaceNaddr(naddr) { - console.log('### checkMarketplaceNaddr') if (!naddr) return try {