aboutsummaryrefslogtreecommitdiff
path: root/src/components/status/status.js
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-04-25 13:48:23 +0300
committerHenry Jameson <me@hjkos.com>2021-04-25 14:05:25 +0300
commit95e74319e11e673ce0a6a53546eae98a0b9c3eb5 (patch)
tree3d6782460cabb42a79f0bb2ea1a1f817ae589072 /src/components/status/status.js
parent709b75198d4e7051c7e1d310379bfeddad5c411f (diff)
clean warnings from status
Diffstat (limited to 'src/components/status/status.js')
-rw-r--r--src/components/status/status.js8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js
index 0befc72e..906413ae 100644
--- a/src/components/status/status.js
+++ b/src/components/status/status.js
@@ -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)
- }
}
}