Selaa lähdekoodia

eslint: remove no longer needed comment

jsdocs were added, remove old comment which no longer applies.
j8
Saúl Ibarra Corretgé 8 vuotta sitten
vanhempi
commit
9c544c0a4b
1 muutettua tiedostoa jossa 0 lisäystä ja 4 poistoa
  1. 0
    4
      react/features/welcome/components/WelcomePage.web.js

+ 0
- 4
react/features/welcome/components/WelcomePage.web.js Näytä tiedosto

183
         );
183
         );
184
     }
184
     }
185
 
185
 
186
-/* eslint-disable require-jsdoc */
187
-
188
     /**
186
     /**
189
      * Renders the header part of this WelcomePage.
187
      * Renders the header part of this WelcomePage.
190
      *
188
      *
192
      * @returns {ReactElement|null}
190
      * @returns {ReactElement|null}
193
      */
191
      */
194
     _renderHeader() {
192
     _renderHeader() {
195
-
196
-/* eslint-enable require-jsdoc */
197
         const { t } = this.props;
193
         const { t } = this.props;
198
 
194
 
199
         return (
195
         return (

Loading…
Peruuta
Tallenna