From b09766a0a2c0e722e2f15cbc61a7da0457e728f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 10 Feb 2021 18:23:33 +0100 Subject: [PATCH] Fix linting and clean up --- .../ComponentSlider/ComponentSlider.vue | 2 -- .../RegistrationItemCreateUserAccount.vue | 4 ++-- .../Registration/RegistrationItemEnterEmail.vue | 17 ++++++++--------- .../RegistrationItemEnterInvite.vue | 4 +--- .../Registration/RegistrationItemEnterNonce.vue | 3 +-- .../Registration/RegistrationSlider.story.js | 6 ++---- .../Registration/RegistrationSlider.vue | 3 --- 7 files changed, 14 insertions(+), 25 deletions(-) diff --git a/webapp/components/ComponentSlider/ComponentSlider.vue b/webapp/components/ComponentSlider/ComponentSlider.vue index ececc1aa8..6a1111f54 100644 --- a/webapp/components/ComponentSlider/ComponentSlider.vue +++ b/webapp/components/ComponentSlider/ComponentSlider.vue @@ -58,8 +58,6 @@ export default { return this.sliderData.sliderIndex // have a shorter notation }, }, - methods: { - }, } diff --git a/webapp/components/Registration/RegistrationItemCreateUserAccount.vue b/webapp/components/Registration/RegistrationItemCreateUserAccount.vue index 3c945c7d2..f76dfba98 100644 --- a/webapp/components/Registration/RegistrationItemCreateUserAccount.vue +++ b/webapp/components/Registration/RegistrationItemCreateUserAccount.vue @@ -37,7 +37,8 @@ @input="handleInput" @input-valid="handleInputValid" > - + +