Add fallback return false for quotable judgements
This commit is contained in:
parent
441eea3683
commit
a314ad7ccc
@ -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…
Reference in New Issue
Block a user