fix data property being called the wrong name in conversation

This commit is contained in:
Shpuld Shpuldson 2020-01-15 18:47:14 +02:00
parent ac8df82bb7
commit bbd964753e

View file

@ -36,7 +36,8 @@ const conversation = {
return { return {
highlight: null, highlight: null,
expanded: false, expanded: false,
height: '115px' // Approximate minimum height of a status, gets overwritten with real one
virtualHeight: '120px'
} }
}, },
props: [ props: [