From 3ef002e14d01cc36f78f93b96fe5cd29136382d6 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 25 Apr 2019 04:27:34 +0900 Subject: [PATCH] Fix bug --- src/client/app/common/views/widgets/broadcast.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/app/common/views/widgets/broadcast.vue b/src/client/app/common/views/widgets/broadcast.vue index 7049945d5..6850ff7af 100644 --- a/src/client/app/common/views/widgets/broadcast.vue +++ b/src/client/app/common/views/widgets/broadcast.vue @@ -18,7 +18,7 @@

{{ $t('fetching') }}

{{ announcements.length == 0 ? $t('no-broadcasts') : announcements[i].title }}

- +