From 820cd579d8d06aaaae069c4cd095546b64d8b03a Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 5 Sep 2016 11:48:22 +0100 Subject: [PATCH] fix stupid double-spacing issue --- src/components/views/rooms/AuxPanel.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. ); }