logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 2d7f242713edc45dbcc2811cd86d8864d093ce3f
parent e80e53d9d2b02f12c522f3f3d2fe6ae09739d675
Author: Henry Jameson <me@hjkos.com>
Date:   Tue, 29 Mar 2022 16:33:34 +0300

remove unused props to fix test

Diffstat:

Msrc/components/mentions_line/mentions_line.vue2--
Msrc/components/status/status.vue1-
2 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/components/mentions_line/mentions_line.vue b/src/components/mentions_line/mentions_line.vue @@ -6,7 +6,6 @@ class="mention-link" :content="mention.content" :url="mention.url" - :first-mention="false" /><span v-if="manyMentions" class="extraMentions" @@ -21,7 +20,6 @@ class="mention-link" :content="mention.content" :url="mention.url" - :first-mention="false" /> </span><button v-if="!expanded" diff --git a/src/components/status/status.vue b/src/components/status/status.vue @@ -296,7 +296,6 @@ :url="replyProfileLink" :user-id="status.in_reply_to_user_id" :user-screen-name="status.in_reply_to_screen_name" - :first-mention="false" /> </span>