Browse Source

lint: fix warning

j8
Saúl Ibarra Corretgé 5 years ago
parent
commit
01abc4e8a8

+ 2
- 2
react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js View File

274
     /**
274
     /**
275
      * Returns the avatar component for a user.
275
      * Returns the avatar component for a user.
276
      *
276
      *
277
-     * @param {Object} user - The user
278
-     * @param {string} className - The CSS class for the avatar component
277
+     * @param {Object} user - The user.
278
+     * @param {string} className - The CSS class for the avatar component.
279
      * @private
279
      * @private
280
      * @returns {ReactElement}
280
      * @returns {ReactElement}
281
      */
281
      */

Loading…
Cancel
Save