From 60facf409376e1309bf003c771e53398ddb90607 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Thu, 14 Jan 2021 15:06:26 +0100 Subject: [PATCH] Fix Homepage no promoted events warning Signed-off-by: Thomas Citharel --- js/src/views/Home.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/js/src/views/Home.vue b/js/src/views/Home.vue index 482172935..1a8a27520 100644 --- a/js/src/views/Home.vue +++ b/js/src/views/Home.vue @@ -261,10 +261,12 @@ {{ $t("No events found") }}
- - {{ - $t("The events you created are not shown here.") - }} +
+ + {{ + $t("The events you created are not shown here.") + }} +