From 2e7f7746798f7ccef1da3be9ef30f36eb633f49e Mon Sep 17 00:00:00 2001 From: ogerly Date: Wed, 15 Jan 2020 18:49:32 +0100 Subject: [PATCH] fix: lint --- webapp/components/ContributionForm/ContributionForm.vue | 2 +- webapp/components/TeaserImage/TeaserImage.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue index e836b7aef..019d63d56 100644 --- a/webapp/components/ContributionForm/ContributionForm.vue +++ b/webapp/components/ContributionForm/ContributionForm.vue @@ -275,7 +275,7 @@ export default { this.contribution.image = null this.form.image = null this.form.teaserImage = null - this.$refs.deleteImage.deleteImage() + this.$refs.deleteImage.deleteImage() }, }, apollo: { diff --git a/webapp/components/TeaserImage/TeaserImage.vue b/webapp/components/TeaserImage/TeaserImage.vue index 70efe6d54..0ba8977e5 100644 --- a/webapp/components/TeaserImage/TeaserImage.vue +++ b/webapp/components/TeaserImage/TeaserImage.vue @@ -72,7 +72,7 @@ export default { }, methods: { deleteImage() { - this.clearImages() + this.clearImages() }, template() { return `