lint: fix warning

This commit is contained in:
Saúl Ibarra Corretgé 2020-02-05 12:22:52 +01:00 committed by Saúl Ibarra Corretgé
parent c5bddda781
commit 01abc4e8a8
1 changed files with 2 additions and 2 deletions

View File

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