Introduce adminCommentLabels and implement Toxic comment label

This commit is contained in:
Chi Vinh Le
2017-09-19 23:14:34 +07:00
parent b0219948a0
commit 7a4aae93b4
11 changed files with 70 additions and 11 deletions
@@ -0,0 +1,8 @@
import React from 'react';
import {FlagLabel} from 'plugin-api/beta/client/components/ui';
const ToxicLabel = () => (
<FlagLabel iconName="add_box">Toxic</FlagLabel>
);
export default ToxicLabel;