From 9c544c0a4bb7c0952d4d51fbddc27989878d55b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 3 Apr 2017 09:26:57 +0200 Subject: [PATCH] eslint: remove no longer needed comment jsdocs were added, remove old comment which no longer applies. --- react/features/welcome/components/WelcomePage.web.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/react/features/welcome/components/WelcomePage.web.js b/react/features/welcome/components/WelcomePage.web.js index f2b7717fa..a9e4cf063 100644 --- a/react/features/welcome/components/WelcomePage.web.js +++ b/react/features/welcome/components/WelcomePage.web.js @@ -183,8 +183,6 @@ class WelcomePage extends AbstractWelcomePage { ); } -/* eslint-disable require-jsdoc */ - /** * Renders the header part of this WelcomePage. * @@ -192,8 +190,6 @@ class WelcomePage extends AbstractWelcomePage { * @returns {ReactElement|null} */ _renderHeader() { - -/* eslint-enable require-jsdoc */ const { t } = this.props; return (