mirror of
https://github.com/wassname/talk.git
synced 2026-08-18 12:30:39 +08:00
fixes to spam plugin
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import { FlagLabel } from 'plugin-api/beta/client/components/ui';
|
||||
|
||||
const ToxicLabel = () => <FlagLabel iconName="add_box">Toxic</FlagLabel>;
|
||||
const ToxicLabel = () => <FlagLabel iconName="error">Toxic</FlagLabel>;
|
||||
|
||||
export default ToxicLabel;
|
||||
|
||||
Reference in New Issue
Block a user