Cache and Tombstoning rejected comment working

This commit is contained in:
Belen Curcio
2017-09-07 13:08:52 -03:00
parent 32d9dc6646
commit f6b02a52fe
10 changed files with 123 additions and 36 deletions
@@ -5,9 +5,7 @@ import {Icon} from 'plugin-api/beta/client/components/ui';
import cn from 'classnames';
export default ({rejectComment}) => (
<button
className={cn(styles.button, 'talk-plugin-moderation-actions-reject')}
onClick={rejectComment}>
<button className={cn(styles.button, 'talk-plugin-moderation-actions-reject')} onClick={rejectComment}>
<Icon name="clear" className={styles.icon} />
{t('talk-plugin-moderation-actions.reject_comment')}
</button>