diff options
| author | lambadalambda <gitgud@rogerbraun.net> | 2017-04-14 09:37:35 -0400 |
|---|---|---|
| committer | lambadalambda <gitgud@rogerbraun.net> | 2017-04-14 09:37:35 -0400 |
| commit | 2b4a677178cef3e3f71c1c41a2b9e0abc4a9a1a9 (patch) | |
| tree | b75d11c3c8a0432b55d4afc47857a0645145a553 | |
| parent | dcced2d2e1471e802cc9c492eb940e25bda0f485 (diff) | |
| parent | ea184f33b02ce815779e9cb4b6a51796ff24ff16 (diff) | |
Merge branch 'feature/reply-navigation' into 'develop'
Reply navigation fix for opening conversations in new tab
See merge request !74
| -rw-r--r-- | src/components/conversation/conversation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index f3aeb216..e89fa84f 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -10,7 +10,7 @@ const sortAndFilterConversation = (conversation) => { const conversation = { data () { return { - highlight: this.statusoid.id + highlight: null } }, props: [ |
