stash
This commit is contained in:
parent
c31ad9f354
commit
34942cedda
1 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,9 @@ export default {
|
||||||
this.fetchFriendRequests().then((requests) => {
|
this.fetchFriendRequests().then((requests) => {
|
||||||
this.requests = requests
|
this.requests = requests
|
||||||
})
|
})
|
||||||
|
this.fetchFriendRequests().then((requests) => {
|
||||||
|
this.requests = requests
|
||||||
|
})
|
||||||
},
|
},
|
||||||
showNewFriend() {
|
showNewFriend() {
|
||||||
this.show_newfriend = true
|
this.show_newfriend = true
|
||||||
|
|
Loading…
Reference in a new issue