lint
This commit is contained in:
parent
8c8237418c
commit
5c655b6675
|
@ -36,7 +36,7 @@ import {
|
|||
faEyeSlash,
|
||||
faEye,
|
||||
faThumbtack,
|
||||
faAt,
|
||||
faAt
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
|
|
|
@ -262,8 +262,8 @@
|
|||
class="mention-link"
|
||||
:content="replyToName"
|
||||
:url="replyProfileLink"
|
||||
:userId="status.in_reply_to_user_id"
|
||||
:userScreenName="status.in_reply_to_screen_name"
|
||||
:user-id="status.in_reply_to_user_id"
|
||||
:user-screen-name="status.in_reply_to_screen_name"
|
||||
:first-mention="false"
|
||||
/>
|
||||
<span
|
||||
|
|
|
@ -46,7 +46,7 @@
|
|||
v-if="!mentionsOwnLine"
|
||||
:attentions="status.attentions"
|
||||
class="mentions-line"
|
||||
/>
|
||||
/>
|
||||
<RichContent
|
||||
:class="{ '-single-line': singleLine }"
|
||||
class="text media-body"
|
||||
|
|
Loading…
Reference in New Issue