diff --git a/src/components/views/rooms/AuxPanel.js b/src/components/views/rooms/AuxPanel.js index 4eaa19193e..f7c3052ea8 100644 --- a/src/components/views/rooms/AuxPanel.js +++ b/src/components/views/rooms/AuxPanel.js @@ -93,8 +93,9 @@ module.exports = React.createClass({ } else { joinText = ( - Join as { this.onConferenceNotificationClick(event, 'voice')}} href="#">voice  - or { this.onConferenceNotificationClick(event, 'video') }} href="#">video. + Join as { this.onConferenceNotificationClick(event, 'voice')}} + href="#">voice or { this.onConferenceNotificationClick(event, 'video') }} + href="#">video. ); }