diff --git a/react/features/invite/components/add-people-dialog/web/InviteContactsForm.js b/react/features/invite/components/add-people-dialog/web/InviteContactsForm.js index 0325511fb..9b3c7e5f1 100644 --- a/react/features/invite/components/add-people-dialog/web/InviteContactsForm.js +++ b/react/features/invite/components/add-people-dialog/web/InviteContactsForm.js @@ -595,7 +595,7 @@ function _mapStateToProps(state) { return { ..._abstractMapStateToProps(state), _footerTextEnabled: footerTextEnabled, - _isVpaas: isVpaasMeeting(state) + _isVpaas: isVpaasMeeting(state, false) }; }