Bugfixes and show different notification for toxic comments

Bugfixes:
- Toxic comment flag was not added
- GraphQL warnings for missing fields
This commit is contained in:
Chi Vinh Le
2017-09-19 19:20:38 +07:00
parent 262213a520
commit b5deac7b48
7 changed files with 56 additions and 15 deletions
@@ -1,5 +1,5 @@
import translations from './translations.yml';
import CheckToxicityHook from './components/CheckToxicityHook';
import CheckToxicityHook from './containers/CheckToxicityHook';
export default {
translations,