Kaynağa Gözat

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

j8
Avram Tudor 4 yıl önce
ebeveyn
işleme
e8ee65db82
No account linked to committer's email address

+ 1
- 1
react/features/invite/components/add-people-dialog/web/InviteContactsForm.js Dosyayı Görüntüle

@@ -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
 

Loading…
İptal
Kaydet