clean warnings from status

This commit is contained in:
Henry Jameson 2021-04-25 13:48:23 +03:00
parent 709b75198d
commit 95e74319e1
3 changed files with 5 additions and 8 deletions

View File

@ -83,7 +83,8 @@ const Status = {
'inlineExpanded',
'showPinned',
'inProfile',
'profileUserId'
'profileUserId',
'virtualHidden'
],
data () {
return {
@ -336,11 +337,6 @@ const Status = {
'isSuspendable': function (val) {
this.suspendable = val
}
},
filters: {
capitalize: function (str) {
return str.charAt(0).toUpperCase() + str.slice(1)
}
}
}

View File

@ -182,7 +182,7 @@
<span
v-if="status.visibility"
class="visibility-icon"
:title="status.visibility | capitalize"
:title="status.visibility"
>
<FAIcon
fixed-width

View File

@ -33,7 +33,8 @@ const StatusContent = {
'focused',
'noHeading',
'fullContent',
'singleLine'
'singleLine',
'compact'
],
data () {
return {