From 321b1adb99e7f0f2e5361cc833111bdf0f17cea6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20V=C3=A1gner?= Date: Fri, 8 Dec 2017 07:47:08 +0100 Subject: [PATCH] Elliminate lint errors and warnings --- src/components/views/dialogs/BaseDialog.js | 2 +- src/components/views/dialogs/CreateRoomDialog.js | 2 +- src/components/views/dialogs/SessionRestoreErrorDialog.js | 3 ++- src/components/views/dialogs/TextInputDialog.js | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/views/dialogs/BaseDialog.js b/src/components/views/dialogs/BaseDialog.js index c72f45c078..fbeb35c808 100644 --- a/src/components/views/dialogs/BaseDialog.js +++ b/src/components/views/dialogs/BaseDialog.js @@ -46,7 +46,7 @@ export default React.createClass({ // Id of content element // If provided, this is used to add a aria-describedby attribute - contentId: React.PropTypes.string + contentId: React.PropTypes.string, }, componentDidMount: function() { diff --git a/src/components/views/dialogs/CreateRoomDialog.js b/src/components/views/dialogs/CreateRoomDialog.js index f5a5f87b72..cc04f4202b 100644 --- a/src/components/views/dialogs/CreateRoomDialog.js +++ b/src/components/views/dialogs/CreateRoomDialog.js @@ -71,7 +71,7 @@ export default React.createClass({ - + diff --git a/src/components/views/dialogs/SessionRestoreErrorDialog.js b/src/components/views/dialogs/SessionRestoreErrorDialog.js index e68a097e80..f018a83301 100644 --- a/src/components/views/dialogs/SessionRestoreErrorDialog.js +++ b/src/components/views/dialogs/SessionRestoreErrorDialog.js @@ -54,7 +54,8 @@ export default React.createClass({ { _t( "Otherwise, click here to send a bug report.", {}, - { 'a': (sub) => { sub } }, + { 'a': (sub) => { sub } }, ) }

); diff --git a/src/components/views/dialogs/TextInputDialog.js b/src/components/views/dialogs/TextInputDialog.js index 907848b3b8..4d73752641 100644 --- a/src/components/views/dialogs/TextInputDialog.js +++ b/src/components/views/dialogs/TextInputDialog.js @@ -75,7 +75,7 @@ export default React.createClass({ - +