Skip to content
Snippets Groups Projects
Commit de3a4f09 authored by Sander August Heggland Schrader's avatar Sander August Heggland Schrader
Browse files

Fixed merge conflict

parent 8d7453c6
No related branches found
No related tags found
1 merge request!119New chat2
......@@ -52,13 +52,7 @@ export default {
},
methods: {
selectUser() {
<<<<<<< HEAD
console.log(this.conversation?.recipient.userId);
this.$emit("recipient", this.conversation?.recipient.userId);
=======
//console.log(this.conversation.recipient.userId);
this.$emit("recipient", this.conversation.recipient.userId);
>>>>>>> 3fd875332a013afe5b731aa96a2e2c2ce2351891
},
},
created() {
......
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