diff --git a/static/components/customer-market/customer-market.html b/static/components/customer-market/customer-market.html index fddcda3..57567b2 100644 --- a/static/components/customer-market/customer-market.html +++ b/static/components/customer-market/customer-market.html @@ -2,6 +2,17 @@
+
diff --git a/static/components/product-detail/product-detail.html b/static/components/product-detail/product-detail.html index 20f3d90..fe8fbf4 100644 --- a/static/components/product-detail/product-detail.html +++ b/static/components/product-detail/product-detail.html @@ -60,12 +60,12 @@ label="Add to cart" @click="$emit('add-to-cart', product)" /> - + /> -->
diff --git a/static/js/market.js b/static/js/market.js index ff5a07f..ea7b4c8 100644 --- a/static/js/market.js +++ b/static/js/market.js @@ -151,16 +151,6 @@ const market = async () => { this.$q.loading.hide() }, methods: { - naddr() { - let naddr = NostrTools.nip19.naddrEncode({ - identifier: '1234', - pubkey: - 'c1415f950a1e3431de2bc5ee35144639e2f514cf158279abff9ed77d50118796', - kind: 30018, - relays: defaultRelays - }) - console.log(naddr) - }, async deleteAccount() { await LNbits.utils .confirmDialog(