Add fallback return false for quotable judgements

This commit is contained in:
tusooa 2023-07-17 17:29:18 -04:00
parent 441eea3683
commit a314ad7ccc
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
1 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,8 @@ const PostStatusForm = {
} else if (repliedStatus.visibility === 'private') {
return repliedStatus.user.id === this.$store.state.users.currentUser.id
}
return false
},
...mapGetters(['mergedConfig']),
...mapState({