Skip to content
Snippets Groups Projects
Commit 56a0665b authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

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

Fix isOtherUser on pleroma-be

See merge request pleroma/pleroma-fe!137
parents 99136010 be943445
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment