oops, no double classNames

pull/21833/head
Matthew Hodgson 2016-01-05 03:51:00 +00:00
parent 001dc8612b
commit 0e98764d82
1 changed files with 1 additions and 1 deletions

View File

@ -1342,7 +1342,7 @@ module.exports = React.createClass({
{ videoMuteButton }
{ zoomButton }
{ statusBar }
<object onLoad={ this.onSvgLoad } className="mx_Svg" type="image/svg+xml" className="mx_RoomView_voipChevron" data="img/voip-chevron.svg" width="22" height="17"/>
<object onLoad={ this.onSvgLoad } type="image/svg+xml" className="mx_RoomView_voipChevron mx_Svg" data="img/voip-chevron.svg" width="22" height="17"/>
</div>
}