lint: fix warning

pull/5042/head
Saúl Ibarra Corretgé 5 years ago committed by Saúl Ibarra Corretgé
parent c5bddda781
commit 01abc4e8a8
  1. 4
      react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js

@ -274,8 +274,8 @@ class AddPeopleDialog extends AbstractAddPeopleDialog<Props, State> {
/**
* Returns the avatar component for a user.
*
* @param {Object} user - The user
* @param {string} className - The CSS class for the avatar component
* @param {Object} user - The user.
* @param {string} className - The CSS class for the avatar component.
* @private
* @returns {ReactElement}
*/

Loading…
Cancel
Save