fix(overlay) fix not showing the correct gUM helper text

This commit is contained in:
Saúl Ibarra Corretgé 2022-03-24 12:08:35 +01:00 committed by Saúl Ibarra Corretgé
parent 18fa56ff1b
commit e5e7aa87d3
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ function mapStateToProps(state): Object {
const { premeetingBackground } = state['features/dynamic-branding'];
return {
...abstractMapStateToProps,
...abstractMapStateToProps(state),
_premeetingBackground: premeetingBackground
};
}