From b9cede22c59a34fe2279a58c463828ab49b52132 Mon Sep 17 00:00:00 2001 From: Viterbo Date: Mon, 19 Feb 2024 18:41:15 -0300 Subject: [PATCH] cleaning the code --- src/antelope/stores/history.ts | 1 - src/pages/evm/wallet/WalletTransactionsTab.vue | 1 - 2 files changed, 2 deletions(-) diff --git a/src/antelope/stores/history.ts b/src/antelope/stores/history.ts index 0a024a5e..382765b6 100644 --- a/src/antelope/stores/history.ts +++ b/src/antelope/stores/history.ts @@ -176,7 +176,6 @@ export const useHistoryStore = defineStore(store_name, { this.setEVMTransactions(label, transactions); await this.shapeTransactions(label, transactions); - } else { } } catch (error) { console.error(error); diff --git a/src/pages/evm/wallet/WalletTransactionsTab.vue b/src/pages/evm/wallet/WalletTransactionsTab.vue index e613731c..2056b8e3 100644 --- a/src/pages/evm/wallet/WalletTransactionsTab.vue +++ b/src/pages/evm/wallet/WalletTransactionsTab.vue @@ -90,7 +90,6 @@ export default defineComponent({ }, }); }, - // immediate: true, deep: true, }, totalRows: {