From e4af16989a332adfc56fdc2ac7a8726e53413bfd Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 18 Feb 2020 01:25:02 +0900 Subject: [PATCH] Fix bug --- src/client/app.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/client/app.vue b/src/client/app.vue index 9099b01c8..a23b6e128 100644 --- a/src/client/app.vue +++ b/src/client/app.vue @@ -44,7 +44,10 @@
- + + {{ $store.getters.isSignedIn ? $t('timeline') : $t('home') }} - + + +