浏览代码

lint: fix warning

master
Saúl Ibarra Corretgé 5 年前
父节点
当前提交
01abc4e8a8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js

+ 2
- 2
react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js 查看文件

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
      */

正在加载...
取消
保存