lint: fix warning
This commit is contained in:
parent
c5bddda781
commit
01abc4e8a8
|
@ -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…
Reference in New Issue