Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-08-24 15:10:51 +0300
committerJoas Schilling <coding@schilljs.com>2020-08-24 15:10:51 +0300
commit3cd27ed7e1add9f67083327d8a0c829e76a3d450 (patch)
tree87ceecc88b4b3ee391225866f0716316b0a6d7f2 /src/views
parent3f1a0c22003fcc5fb6aedd0451fa497be1c82d4a (diff)
Fix eslint warnings
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/views')
-rw-r--r--src/views/Dashboard.vue4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue
index 68259425b..b9ffaae65 100644
--- a/src/views/Dashboard.vue
+++ b/src/views/Dashboard.vue
@@ -31,7 +31,9 @@
<EmptyContent v-if="item.empty"
class="half-screen"
icon="icon-checkmark">
- <template #desc>{{ t('spreed', 'No unread mentions') }}</template>
+ <template #desc>
+ {{ t('spreed', 'No unread mentions') }}
+ </template>
</EmptyContent>
<DashboardWidgetItem v-else :item="getWidgetItem(item)">
<template v-slot:avatar>