mirror of
https://github.com/wassname/talk.git
synced 2026-09-12 13:01:11 +08:00
Introduce adminCommentLabels and implement Toxic comment label
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user