This commit is contained in:
Belen Curcio
2017-01-13 18:16:46 -03:00
parent cae101627f
commit f0cc82cb6d
2 changed files with 3 additions and 3 deletions
@@ -135,13 +135,13 @@ const CommentSettings = ({fetchingSettings, title, updateSettings, settingsError
<Card className={styles.configSettingInfoBox}>
<div className={styles.content}>
{lang.t('configure.closed-comments-desc')}
<p>
<div>
<Textfield
onChange={updateClosedMessage(updateSettings)}
value={settings.closedMessage}
label={lang.t('configure.closed-comments-label')}
rows={3}/>
</p>
</div>
</div>
</Card>
<Card className={`${styles.configSettingInfoBox}`}>
@@ -77,7 +77,7 @@ export default ({onTabClick, ...props}) => (
<div className={`mdl-tabs__panel ${styles.listContainer}`} id='flagged'>
<CommentList
suspectWords={props.settings.settings.wordlist.suspect}
isActive={props.activeTab === 'flagged'}
isActive={props.activeTab === 'rejected'}
singleView={props.singleView}
commentIds={props.flaggedIds}
comments={props.comments.byId}