diff --git a/src/skins/vector/views/molecules/voip/IncomingCallBox.js b/src/skins/vector/views/molecules/voip/IncomingCallBox.js index 41afa83e01..c3bcd82584 100644 --- a/src/skins/vector/views/molecules/voip/IncomingCallBox.js +++ b/src/skins/vector/views/molecules/voip/IncomingCallBox.js @@ -32,11 +32,10 @@ module.exports = React.createClass({ render: function() { - // NB: This block MUST be the first thing inside the
else react won't - // know that they refer to the same thing and so will clobber them between - // in-call / not-in-call resulting in no inbound audio. + // NB: This block MUST have a "key" so React doesn't clobber the elements + // between in-call / not-in-call. var audioBlock = ( -