summaryrefslogtreecommitdiffstats
path: root/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-02-10 09:42:37 +0100
committerJoas Schilling <coding@schilljs.com>2020-02-10 09:42:37 +0100
commit0aeea91d85885e6150a360a528e90772f8c294e8 (patch)
treed413e1c35fd757398e30f468ef6575c4be61f3f1 /src/components/LeftSidebar/ConversationsList/ConversationsList.vue
parente7f226b29c45b48bbe7491a7d9da21bfe77d447a (diff)
Fix vuex store modification issue
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'src/components/LeftSidebar/ConversationsList/ConversationsList.vue')
-rw-r--r--src/components/LeftSidebar/ConversationsList/ConversationsList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/LeftSidebar/ConversationsList/ConversationsList.vue b/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
index 462867ee9..feb5f2332 100644
--- a/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
+++ b/src/components/LeftSidebar/ConversationsList/ConversationsList.vue
@@ -143,7 +143,7 @@ export default {
// Emit the click event so the search text in the leftsidebar can be reset.
handleConversationClick() {
this.$emit('click-conversation')
- }
+ },
},
}
</script>