Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pfrazee/ctznry
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Apr 23, 2021
2 parents 33f0011 + ad988a4 commit 87b72f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/views/user.js
Expand Up @@ -109,7 +109,7 @@ class CtznUser extends LitElement {
}

get amIFollowing () {
return !!this.followers?.find?.(id => id === session.info?.userId)
return !!session.myFollowing?.find?.(id => id === this.userId)
}

get isFollowingMe () {
Expand Down

1 comment on commit 87b72f3

@vercel
Copy link

@vercel vercel bot commented on 87b72f3 Apr 23, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.