fixes for user lists

This commit is contained in:
Henry Jameson 2026-08-12 15:56:31 +03:00
commit 6004243f47
5 changed files with 32 additions and 26 deletions

View file

@ -21,7 +21,7 @@ const FollowCard = {
return useUsersStore().currentUser
},
relationship() {
return this.$store.getters.relationship(this.user.id)
return useUsersStore().relationships.get(this.user.id)
},
},
}