Fix isOtherUser on pleroma-be

This commit is contained in:
eal 2017-11-08 19:32:11 +02:00
parent 26a8923a87
commit be943445e9
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
} }
}, },
isOtherUser () { isOtherUser () {
return this.user !== this.$store.state.users.currentUser return this.user.id !== this.$store.state.users.currentUser.id
}, },
loggedIn () { loggedIn () {
return this.$store.state.users.currentUser return this.$store.state.users.currentUser