This repository was archived by the owner on Jul 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
src/components/conversation-admin Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff 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" }
You can’t perform that action at this time.
0 commit comments