From bbd964753ee807d5f0af93ab2d0726dda25d8d79 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Wed, 15 Jan 2020 18:47:14 +0200 Subject: [PATCH] fix data property being called the wrong name in conversation --- src/components/conversation/conversation.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index 15c82de9..9ef8acfc 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -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: [