Browse Source

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

j8
Avram Tudor 4 years ago
parent
commit
e8ee65db82
No account linked to committer's email address

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

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

Loading…
Cancel
Save