Fix isOtherUser on pleroma-be
This commit is contained in:
parent
26a8923a87
commit
be943445e9
@ -104,7 +104,7 @@
|
||||
}
|
||||
},
|
||||
isOtherUser () {
|
||||
return this.user !== this.$store.state.users.currentUser
|
||||
return this.user.id !== this.$store.state.users.currentUser.id
|
||||
},
|
||||
loggedIn () {
|
||||
return this.$store.state.users.currentUser
|
||||
|
Loading…
Reference in New Issue
Block a user