Parcourir la source

fix(jaas) always hide chrome banner (#9546)

j8
Avram Tudor il y a 4 ans
Parent
révision
e8ee65db82
Aucun compte lié à l'adresse e-mail de l'auteur

+ 1
- 1
react/features/invite/components/add-people-dialog/web/InviteContactsForm.js Voir le fichier

@@ -595,7 +595,7 @@ function _mapStateToProps(state) {
595 595
     return {
596 596
         ..._abstractMapStateToProps(state),
597 597
         _footerTextEnabled: footerTextEnabled,
598
-        _isVpaas: isVpaasMeeting(state)
598
+        _isVpaas: isVpaasMeeting(state, false)
599 599
     };
600 600
 }
601 601
 

Chargement…
Annuler
Enregistrer