mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 13:48:15 +08:00
log
This commit is contained in:
@@ -13,6 +13,8 @@ class ConfigureStreamContainer extends Component {
|
||||
constructor (props) {
|
||||
super(props);
|
||||
|
||||
console.log('moderation', props.asset.settings.moderation)
|
||||
|
||||
this.state = {
|
||||
premod: props.asset.settings.moderation === 'PRE',
|
||||
premodLinks: false
|
||||
@@ -58,7 +60,6 @@ class ConfigureStreamContainer extends Component {
|
||||
|
||||
render () {
|
||||
const status = this.props.asset.closedAt === null ? 'open' : 'closed';
|
||||
console.log('state premod', this.state.premod)
|
||||
return (
|
||||
<div>
|
||||
<ConfigureCommentStream
|
||||
|
||||
Reference in New Issue
Block a user