[FIX] Wrong merge resolution after #2171 (#2431)

This commit is contained in:
Diego Mello 2020-08-26 11:26:19 -03:00 committed by GitHub
parent 664ddb4daa
commit 78514969fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -354,18 +354,6 @@ class SettingsView extends React.Component {
<SectionSeparator theme={theme} /> <SectionSeparator theme={theme} />
{this.showLivechat ? (
<>
<ListItem
title={I18n.t('Omnichannel')}
testID='settings-view-livechat'
right={() => this.renderLivechatSwitch()}
theme={theme}
/>
<SectionSeparator theme={theme} />
</>
) : null}
{!isFDroidBuild ? ( {!isFDroidBuild ? (
<> <>
<ListItem <ListItem