Merge branch 'fix/pleromabe-is-other-user' into 'develop'

Fix isOtherUser on pleroma-be

See merge request pleroma/pleroma-fe!137
This commit is contained in:
Shpuld Shpludson 2017-11-09 08:23:19 +00:00
commit 56a0665b2f

View file

@ -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