cleanup
This commit is contained in:
parent
e0d6d5ac85
commit
634ad0df23
1 changed files with 1 additions and 2 deletions
|
|
@ -51,8 +51,7 @@ const UserProfile = {
|
||||||
isUs() {
|
isUs() {
|
||||||
return (
|
return (
|
||||||
this.userId &&
|
this.userId &&
|
||||||
useUsersStore().currentUser.id &&
|
this.userId === useUsersStore().currentUser?.id
|
||||||
this.userId === useUsersStore().currentUser.id
|
|
||||||
)
|
)
|
||||||
},
|
},
|
||||||
user() {
|
user() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue