ソースを参照

lint: fix warning

master
Saúl Ibarra Corretgé 6年前
コミット
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
      */

読み込み中…
キャンセル
保存