Add fallback return false for quotable judgements

neckbeard
tusooa 1 year ago
parent 441eea3683
commit a314ad7ccc
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51

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

Loading…
Cancel
Save