diff options
| author | Henry Jameson <me@hjkos.com> | 2022-03-29 16:33:34 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-03-29 16:33:34 +0300 |
| commit | 2d7f242713edc45dbcc2811cd86d8864d093ce3f (patch) | |
| tree | 21171ceb986d550dcfc20fd7c2dd0249bcf520a0 /src | |
| parent | e80e53d9d2b02f12c522f3f3d2fe6ae09739d675 (diff) | |
remove unused props to fix test
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/mentions_line/mentions_line.vue | 2 | ||||
| -rw-r--r-- | src/components/status/status.vue | 1 |
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 index f375e3b0..09b6a1d6 100644 --- 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 index 61feb303..67ce999a 100644 --- 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> |
