From 5ceb1e641f3db70beaad55a8b6534a611544de12 Mon Sep 17 00:00:00 2001 From: wmwragg Date: Thu, 15 Sep 2016 15:34:11 +0100 Subject: [PATCH] Placing the incomingCallBox in the sticky element, so it sticks when the header sticks --- src/components/structures/RoomSubList.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/structures/RoomSubList.js b/src/components/structures/RoomSubList.js index 16491d499f..7684b344e6 100644 --- a/src/components/structures/RoomSubList.js +++ b/src/components/structures/RoomSubList.js @@ -446,11 +446,11 @@ var RoomSubList = React.createClass({
{ this.props.collapsed ? '' : this.props.label } -
{roomCount}
+
{ roomCount }
- {badge} + { badge } + { incomingCall }
- { incomingCall }
); },