From 7023959e48ead860da3d14f49ccd4bc9cf457373 Mon Sep 17 00:00:00 2001 From: ogerly Date: Thu, 24 Mar 2022 14:08:17 +0100 Subject: [PATCH] yarn lint --fix --- frontend/src/components/GddSend/TransactionForm.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/components/GddSend/TransactionForm.spec.js b/frontend/src/components/GddSend/TransactionForm.spec.js index c536932aa..e105e2e1b 100644 --- a/frontend/src/components/GddSend/TransactionForm.spec.js +++ b/frontend/src/components/GddSend/TransactionForm.spec.js @@ -4,7 +4,6 @@ import flushPromises from 'flush-promises' import { SEND_TYPES } from '@/pages/Send.vue' import DashboardLayout from '@/layouts/DashboardLayout_gdd.vue' - const localVue = global.localVue describe('TransactionForm', () => {