From 1ff5151786d9c39ce4eb9ee6205334350a588792 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Thu, 9 May 2019 15:42:56 +0900 Subject: Fix: みつけるで人気のタグが表示されない (#4883) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/app/common/views/pages/explore.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/client') diff --git a/src/client/app/common/views/pages/explore.vue b/src/client/app/common/views/pages/explore.vue index 67e92af445..de31ca36c4 100644 --- a/src/client/app/common/views/pages/explore.vue +++ b/src/client/app/common/views/pages/explore.vue @@ -13,8 +13,8 @@
- {{ tag.name }} - {{ tag.name }} + {{ tag.tag }} + {{ tag.tag }}
-- cgit v1.2.3-freya