fix(rn, polls): Display 'Chat and Polls' as heading when polls enabled

pull/10146/head
Vlad Piersec 4 years ago committed by vp8x8
parent 927505ebf8
commit 7f95bc23fe
  1. 2
      react/features/chat/components/native/Chat.js

@ -45,7 +45,7 @@ class Chat extends AbstractChat<Props> {
return (
<JitsiModal
headerProps = {{
headerLabelKey: 'chat.title'
headerLabelKey: this.props._isPollsEnabled ? 'chat.titleWithPolls' : 'chat.title'
}}
modalId = { CHAT_VIEW_MODAL_ID }
onClose = { this._onClose }>

Loading…
Cancel
Save