From c5e391b6064ec52fe4731d9a10a8999652453c8b Mon Sep 17 00:00:00 2001 From: taehoon Date: Thu, 24 Oct 2019 22:41:15 -0400 Subject: [PATCH] refactor conditions --- src/components/status/status.vue | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/components/status/status.vue b/src/components/status/status.vue index e91dfd28..77886912 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -205,27 +205,22 @@
+ {{ $t('status.replies_list') }} {{ $t('status.replies_list') }} - + v-for="reply in replies" + :key="reply.id" + class="reply-link faint" + > + {{ reply.name }} +