fix(jaas) always hide chrome banner (#9546)
This commit is contained in:
parent
9956ca6551
commit
e8ee65db82
|
@ -595,7 +595,7 @@ function _mapStateToProps(state) {
|
||||||
return {
|
return {
|
||||||
..._abstractMapStateToProps(state),
|
..._abstractMapStateToProps(state),
|
||||||
_footerTextEnabled: footerTextEnabled,
|
_footerTextEnabled: footerTextEnabled,
|
||||||
_isVpaas: isVpaasMeeting(state)
|
_isVpaas: isVpaasMeeting(state, false)
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue