fix: active page

This commit is contained in:
Vlad Stan 2023-07-18 10:55:52 +03:00
parent ea6ba611b5
commit 2518715110

View file

@ -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 {