ref: change JitsiModal to better fit to needs

This commit is contained in:
Bettenbuk Zoltan
2020-04-07 11:18:50 +02:00
committed by Zoltan Bettenbuk
parent 84714ba3bd
commit 678ed605d7
12 changed files with 77 additions and 61 deletions
+3 -1
View File
@@ -31,7 +31,9 @@ class HelpView extends PureComponent<Props> {
render() {
return (
<JitsiModal
headerLabelKey = 'helpView.header'
headerProps = {{
headerLabelKey: 'helpView.header'
}}
modalId = { HELP_VIEW_MODAL_ID }>
<WebView source = {{ uri: this.props._url }} />
</JitsiModal>