fix(overlay) fix not showing the correct gUM helper text
This commit is contained in:
parent
18fa56ff1b
commit
e5e7aa87d3
|
@ -100,7 +100,7 @@ function mapStateToProps(state): Object {
|
|||
const { premeetingBackground } = state['features/dynamic-branding'];
|
||||
|
||||
return {
|
||||
...abstractMapStateToProps,
|
||||
...abstractMapStateToProps(state),
|
||||
_premeetingBackground: premeetingBackground
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue