Skip to content
This repository was archived by the owner on Jul 19, 2020. It is now read-only.

Commit 43d4cae

Browse files
committed
remove 'hide polis logos' option, this is done from embed.js instead
1 parent df5ddd4 commit 43d4cae

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/components/conversation-admin/conversation-config.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ class ConversationConfig extends React.Component {
130130

131131
const canToggleVis = Features.canToggleVisVisibility(this.props.user);
132132
const canToggleCommentForm = Features.canToggleCommentForm(this.props.user);
133-
const canTogglePolisBranding = Features.canTogglePolisBranding(this.props.user);
134133
const canToggleStrictMod = Features.canToggleStrictMod(this.props.user);
135134
const canCustomizeColors = Features.canCustomizeColors(this.props.user);
136135

@@ -222,16 +221,6 @@ class ConversationConfig extends React.Component {
222221
labelWrapperColor={settings.darkerGray}
223222
color={settings.polisBlue}/>
224223
<p style={{fontSize: 10, fontStyle: "italic"}}> </p>
225-
<Checkbox
226-
label={"Hide pol.is logos" + (canTogglePolisBranding ? "" : lockedIcon)}
227-
ref={"branding_type"}
228-
disabled={!canTogglePolisBranding}
229-
checked={this.props.zid_metadata.branding_type === 1 ? true : false}
230-
onCheck={ this.handleIntegerBoolValueChange("branding_type").bind(this) }
231-
labelPosition={"left"}
232-
labelWrapperColor={settings.darkerGray}
233-
color={settings.polisBlue}/>
234-
<p style={{fontSize: 10, fontStyle: "italic"}}> </p>
235224
<Checkbox
236225
label="Facebook login prompt"
237226
ref={"auth_opt_fb"}

0 commit comments

Comments
 (0)