From 01abc4e8a8f9bfaeb89b3cfe53a7a755986a1ccd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 5 Feb 2020 12:22:52 +0100 Subject: [PATCH] lint: fix warning --- .../components/add-people-dialog/web/AddPeopleDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js b/react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js index 93d06f73c..19bfd7259 100644 --- a/react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js +++ b/react/features/invite/components/add-people-dialog/web/AddPeopleDialog.js @@ -274,8 +274,8 @@ class AddPeopleDialog extends AbstractAddPeopleDialog { /** * 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} */