diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-14 15:58:34 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-04-14 15:58:34 +0300 |
| commit | c708ebb5d2467d601d7cbcffa2459e745ef02d0a (patch) | |
| tree | 3555b82f370593270be86806b85a595507a232ee /src | |
| parent | d8a01454dc4c0613fc2310beea6c9a82da8e679f (diff) | |
Fix statusoid == undefined bug that prevented conversation opening in new tabs.
Diffstat (limited to 'src')
| -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: [ |
