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