Skip to content
Snippets Groups Projects
Commit b36b2dba authored by Endrizzi, Marco (UG - Comp Sci & Elec Eng)'s avatar Endrizzi, Marco (UG - Comp Sci & Elec Eng)
Browse files

Bug fix

parent 50245dce
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ export default {
sendRequest() {
this.showNotif()
this.firebaseSendFriendRequest(this.usernameInput.slice(1))
this.firebaseSendFriendRequest(this.usernameInput)
this.usernameInput = ''
},
...mapActions('firebase', ['firebaseRemovePending', 'firebaseAcceptRequest', 'firebaseSendFriendRequest'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment