瀏覽代碼

lint: fix warning

j8
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,8 +274,8 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
274 274
     /**
275 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 279
      * @private
280 280
      * @returns {ReactElement}
281 281
      */

Loading…
取消
儲存