From eb45e68896300f105daae70f0559d4ebd979ff90 Mon Sep 17 00:00:00 2001 From: Matt Rider Date: Fri, 7 Jun 2019 18:17:15 -0300 Subject: [PATCH] Fix lint --- .../DeleteAccount/DeleteAccount.spec.js | 2 +- .../DeleteAccount/DeleteAccount.vue | 22 ++++++++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/webapp/components/DeleteAccount/DeleteAccount.spec.js b/webapp/components/DeleteAccount/DeleteAccount.spec.js index fcbf18a3e..f1bd8ffc1 100644 --- a/webapp/components/DeleteAccount/DeleteAccount.spec.js +++ b/webapp/components/DeleteAccount/DeleteAccount.spec.js @@ -1,4 +1,4 @@ -import { config, mount, createLocalVue, createWrapper } from '@vue/test-utils' +import { config, mount, createLocalVue } from '@vue/test-utils' import DeleteAccount from './DeleteAccount.vue' import Styleguide from '@human-connection/styleguide' import Vuex from 'vuex' diff --git a/webapp/components/DeleteAccount/DeleteAccount.vue b/webapp/components/DeleteAccount/DeleteAccount.vue index 35a8c7865..05be374f5 100644 --- a/webapp/components/DeleteAccount/DeleteAccount.vue +++ b/webapp/components/DeleteAccount/DeleteAccount.vue @@ -1,20 +1,20 @@