Skip to content

Commit

Permalink
cleaning the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Feb 19, 2024
1 parent 5e0ec79 commit b9cede2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/antelope/stores/history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion src/pages/evm/wallet/WalletTransactionsTab.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export default defineComponent({
},
});
},
// immediate: true,
deep: true,
},
totalRows: {
Expand Down

0 comments on commit b9cede2

Please sign in to comment.