From fa245d0b640df1fbf4c8ff17a17380657050572d Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 13 Dec 2021 11:52:20 +0100 Subject: [PATCH] feat: Frontend Tests and Optimization --- frontend/src/views/Pages/SendOverview.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/frontend/src/views/Pages/SendOverview.vue b/frontend/src/views/Pages/SendOverview.vue index fc0dc5692..822cc3117 100644 --- a/frontend/src/views/Pages/SendOverview.vue +++ b/frontend/src/views/Pages/SendOverview.vue @@ -70,11 +70,6 @@ export default { default: true, }, }, - computed: { - showContext() { - return this.currentTransactionStep === 0 - }, - }, methods: { setTransaction(data) { this.transactionData = { ...data }