remove unused props to fix test

このコミットが含まれているのは:
Henry Jameson 2022-03-29 16:33:34 +03:00
コミット 2d7f242713
2個のファイルの変更0行の追加3行の削除

ファイルの表示

@ -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"

ファイルの表示

@ -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>