fix(recording): support passing styles in firefox

Using an array of styles in Firefox causes an error
that triggers jitsi-meet to redirect to a static page.
This commit is contained in:
Leonard Kim 2019-02-14 10:38:40 -08:00 committed by Zoltan Bettenbuk
parent 877cea59e7
commit d872728966
1 changed files with 4 additions and 4 deletions

View File

@ -144,10 +144,10 @@ class StartRecordingDialogContent extends Component<Props> {
style = { styles.header }> style = { styles.header }>
<Text <Text
className = 'recording-title' className = 'recording-title'
style = { [ style = {{
_dialogStyles.text, ..._dialogStyles.text,
styles.title ...styles.title
] }> }}>
{ t('recording.authDropboxText') } { t('recording.authDropboxText') }
</Text> </Text>
<Switch <Switch