From eaf47ea05c3a87c9f0cd4742c2a8369a1d137365 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 1 Sep 2016 00:13:49 +0100 Subject: [PATCH] show ongoing audio call in LeftPanel --- src/components/structures/LeftPanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/structures/LeftPanel.js b/src/components/structures/LeftPanel.js index 58347a06..87c75283 100644 --- a/src/components/structures/LeftPanel.js +++ b/src/components/structures/LeftPanel.js @@ -109,7 +109,7 @@ var LeftPanel = React.createClass({ var CallView = sdk.getComponent('voip.CallView'); callPreview = ( ); }