From d37468975c1948f3fb3d9b307c7421911383dbf8 Mon Sep 17 00:00:00 2001 From: Lyubo Marinov Date: Tue, 4 Apr 2017 13:35:44 -0500 Subject: [PATCH] Fix ESLint warnings JSDoc comments didn't follow the ESLint rule for properly formatted sentences. BTW, I'm not blind to the fact that PasswordRequiredPrompt and RoomLockPrompt participated in a birthing of source code through copy+paste. (If we do not copy+paste, we will not have to fix one and the same source code such as comments multiple times.) --- .../components/PasswordRequiredPrompt.native.js | 5 ++--- .../room-lock/components/RoomLockPrompt.native.js | 12 +++++------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/react/features/room-lock/components/PasswordRequiredPrompt.native.js b/react/features/room-lock/components/PasswordRequiredPrompt.native.js index f5efce88f..e16138d51 100644 --- a/react/features/room-lock/components/PasswordRequiredPrompt.native.js +++ b/react/features/room-lock/components/PasswordRequiredPrompt.native.js @@ -45,7 +45,6 @@ class PasswordRequiredPrompt extends Component { * @returns {ReactElement} */ render() { - return (