fix(jaas) hide chrome banner regardless of jwt (#9565)

This commit is contained in:
Avram Tudor 2021-07-16 13:17:28 +03:00 committed by GitHub
parent bb8c30a6c9
commit 73328810e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ const _mapStateToProps = state => {
bannerCfg: state['features/base/config'].chromeExtensionBanner || emptyObject,
conference: getCurrentConference(state),
iAmRecorder: state['features/base/config'].iAmRecorder,
isVpaas: isVpaasMeeting(state)
isVpaas: isVpaasMeeting(state, false)
};
};