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

This commit is contained in:
Avram Tudor 2021-07-14 16:16:21 +03:00 committed by GitHub
parent 9956ca6551
commit e8ee65db82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ function _mapStateToProps(state) {
return {
..._abstractMapStateToProps(state),
_footerTextEnabled: footerTextEnabled,
_isVpaas: isVpaasMeeting(state)
_isVpaas: isVpaasMeeting(state, false)
};
}