mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe.git
synced 2024-11-08 17:39:09 +00:00
remove debug logs
This commit is contained in:
parent
e5f5a0e672
commit
ebe2d466c8
2 changed files with 0 additions and 2 deletions
|
@ -84,7 +84,6 @@ const FollowRequestCard = {
|
||||||
return this.mergedConfig.modalOnDenyFollow
|
return this.mergedConfig.modalOnDenyFollow
|
||||||
},
|
},
|
||||||
show () {
|
show () {
|
||||||
console.log("SHOW", this.$store.state.api.followRequests);
|
|
||||||
const notifId = this.$store.state.api.followRequests.find(req => req.id === this.user.id)
|
const notifId = this.$store.state.api.followRequests.find(req => req.id === this.user.id)
|
||||||
|
|
||||||
return notifId !== undefined
|
return notifId !== undefined
|
||||||
|
|
|
@ -54,7 +54,6 @@ const NavPanel = {
|
||||||
}),
|
}),
|
||||||
...mapGetters(['unreadAnnouncementCount']),
|
...mapGetters(['unreadAnnouncementCount']),
|
||||||
followRequestCount () {
|
followRequestCount () {
|
||||||
console.log({...this.$store.state.users.currentUser});
|
|
||||||
return this.$store.state.users.currentUser.follow_requests_count
|
return this.$store.state.users.currentUser.follow_requests_count
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue