From 633f4de93a63a28ab7a85ee1faf1e8cb41df9bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 2 Dec 2020 23:36:53 +0100 Subject: [PATCH] Fix linting --- webapp/components/AvatarMenu/AvatarMenu.vue | 2 +- webapp/components/Empty/Empty.vue | 2 +- webapp/components/Registration/CreateUserAccount.vue | 2 +- webapp/components/ShoutButton.vue | 2 +- webapp/layouts/basic.vue | 8 ++++---- webapp/layouts/blank.vue | 2 +- webapp/layouts/default.vue | 10 +++++----- webapp/layouts/no-header.vue | 2 +- webapp/pages/logout.vue | 6 +++--- webapp/pages/profile/_id/_slug.vue | 6 +++--- 10 files changed, 21 insertions(+), 21 deletions(-) diff --git a/webapp/components/AvatarMenu/AvatarMenu.vue b/webapp/components/AvatarMenu/AvatarMenu.vue index 63c550fd3..f65c6f6cf 100644 --- a/webapp/components/AvatarMenu/AvatarMenu.vue +++ b/webapp/components/AvatarMenu/AvatarMenu.vue @@ -20,7 +20,7 @@ {{ $t('login.hello') }} {{ userName }} diff --git a/webapp/components/Empty/Empty.vue b/webapp/components/Empty/Empty.vue index 5e797a0eb..9d5e075fe 100644 --- a/webapp/components/Empty/Empty.vue +++ b/webapp/components/Empty/Empty.vue @@ -5,7 +5,7 @@ :src="iconPath" width="80" class="hc-empty-icon" - style="margin-bottom: 5px;" + style="margin-bottom: 5px" alt="Empty" />
diff --git a/webapp/components/Registration/CreateUserAccount.vue b/webapp/components/Registration/CreateUserAccount.vue index 1aa7a10ae..fb855017a 100644 --- a/webapp/components/Registration/CreateUserAccount.vue +++ b/webapp/components/Registration/CreateUserAccount.vue @@ -107,7 +107,7 @@ > - {{ shoutedCount }}x + {{ shoutedCount }}x {{ $t('shoutButton.shouted') }} diff --git a/webapp/layouts/basic.vue b/webapp/layouts/basic.vue index c2839baee..527d5239c 100644 --- a/webapp/layouts/basic.vue +++ b/webapp/layouts/basic.vue @@ -1,22 +1,22 @@