Sfoglia il codice sorgente

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

j8
Avram Tudor 3 anni fa
parent
commit
e8ee65db82
Nessun account collegato all'indirizzo email del committer

+ 1
- 1
react/features/invite/components/add-people-dialog/web/InviteContactsForm.js Vedi File

@@ -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…
Annulla
Salva