mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 00:33:54 +08:00
7 lines
194 B
JavaScript
7 lines
194 B
JavaScript
import React from 'react';
|
|
import { FlagLabel } from 'plugin-api/beta/client/components/ui';
|
|
|
|
const ToxicLabel = () => <FlagLabel iconName="error">Toxic</FlagLabel>;
|
|
|
|
export default ToxicLabel;
|