This commit is contained in:
j3d1 2023-05-14 00:55:57 +02:00
parent c31ad9f354
commit 34942cedda

View file

@ -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