diff --git a/components/ISCNList.vue b/components/ISCNList.vue index 0634dce..c719ba1 100644 --- a/components/ISCNList.vue +++ b/components/ISCNList.vue @@ -35,13 +35,13 @@ - - - {{ holder.entity.name }} - - + + {{ holder.entity.name }} + @@ -51,6 +51,7 @@ @@ -138,7 +139,6 @@ export default { const key = this.$route.query.key || 0 this.reverse = this.$route.query.reverse !== 'false' const url = `${this.$props.url}&limit=${limit}&key=${key}&reverse=${this.reverse}` - console.log(url) const res = await this.$axios.$get(url) this.key = res.pagination.next_key this.records = res.records.map((record) => { diff --git a/components/Wallet.vue b/components/Wallet.vue index b5198a7..9d0c8de 100644 --- a/components/Wallet.vue +++ b/components/Wallet.vue @@ -11,7 +11,7 @@ Disconnect -