diff options
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 8 |
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) - } } } |
