fix data property being called the wrong name in conversation
This commit is contained in:
parent
ac8df82bb7
commit
bbd964753e
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ const conversation = {
|
|||
return {
|
||||
highlight: null,
|
||||
expanded: false,
|
||||
height: '115px'
|
||||
// Approximate minimum height of a status, gets overwritten with real one
|
||||
virtualHeight: '120px'
|
||||
}
|
||||
},
|
||||
props: [
|
||||
|
|
Loading…
Reference in a new issue