Merge pull request #260 from coralproject/hide-premod-links

Hiding premod links
This commit is contained in:
David Erwin
2017-01-26 16:28:48 -05:00
committed by GitHub
@@ -32,6 +32,7 @@ export default ({handleChange, handleApply, changed, ...props}) => (
title: lang.t('configureCommentStream.enablePremod'),
description: lang.t('configureCommentStream.enablePremodDescription')
}} />
{/* To be implimented
<ul>
<li>
<Checkbox
@@ -46,8 +47,10 @@ export default ({handleChange, handleApply, changed, ...props}) => (
}} />
</li>
</ul>
*/}
</li>
</ul>
</div>
</form>
);